fix file path

This commit is contained in:
Kenneth Bingham 2024-11-07 17:47:51 -05:00
parent f60d92535c
commit 1db5953ba7
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -1,5 +1,5 @@
- `proxy` mode forwards requests received by the frontend to the target server ([more](/concepts/http.mdx))
- `proxy` mode forwards requests received by the frontend to the target server ([more](/concepts/http.md))
- `web` mode serves a target folder as a file index web page ([more](/concepts/files.md))
- `drive` mode serves a target folder with WebDAV ([guide](/guides/drives.mdx))
- `caddy` mode runs the built-in Caddy server with the targeted Caddyfile ([example](pathname:///simple_reverse_proxy.Caddyfile))