diff --git a/conf/nginx.conf b/conf/nginx.conf index 5f95212..665ba1c 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -1,6 +1,6 @@ location / { - # Path to source + # Path to source alias __FINALPATH__/ ; # Force usage of https @@ -17,6 +17,6 @@ location / { } location ~* ^/(api|dav|\.well-known)/ { - proxy_pass http://127.0.0.1:__PORT__; - client_max_body_size 20M; - } + proxy_pass http://127.0.0.1:__PORT__; + client_max_body_size 20M; +}