From de2d3ac266fdc1a781acdc771c2081d1debab684 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 15 Aug 2021 23:35:28 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; +}