don't let caddy rewrite incorrect paths, because it breaks stuff

This commit is contained in:
2024-12-04 12:56:32 +00:00
parent 101b3ca131
commit d74e30bf48
-1
View File
@@ -5,6 +5,5 @@ www.futile.eu {
futile.eu {
root * /var/www/futile.eu/dist
file_server
try_files {path} /index.html
encode gzip zstd
}