diff --git a/conf/nginx.conf b/conf/nginx.conf index 3433f70..e175cef 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -5,7 +5,6 @@ location __PATH__ { rewrite ^ https://$server_name$request_uri? permanent; } index index.html; - try_files $uri $uri/ index.html; client_max_body_size 100M; # Include SSOWAT user panel.