From 2c045672e45350cee162b005bf7764dd00f4fa09 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 18 Aug 2021 16:42:46 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index 03a5f09..0a45cd4 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -8,6 +8,8 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } + #sub_path_only rewrite ^__PATH__$ __PATH__/ permanent; + index index.php; client_max_body_size 1G;