terminal:caddy
This is an old revision of the document!
caddy notes
file browse:
https://example.com { root * "/path/to/dir" file_server }
file browse: grid default/forced view
https://example.com { root * "/path/to/dir" file_server browse @directories `path('*/') && {query} == ''` redir @directories ?layout=grid }
reverse proxy:
https://example.com { reverse_proxy 192.168.1.123:8080 }
reverse proxy with basic auth:
https://example.com { reverse_proxy 192.168.1.123:8080 basicauth /* { username basicauth_hash } }
echo -n 'password_to_be_hashed' | base64
terminal/caddy.1723946540.txt.gz ยท Last modified: 2024/08/18 02:02 by melo