Update default

This commit is contained in:
2019-05-07 19:44:41 +02:00
committed by GitHub
parent 831f81ed15
commit f14daa255c
+1 -1
View File
@@ -20,7 +20,7 @@ server {
location / { location / {
try_files $uri $uri/ =404; try_files $uri $uri/ =404;
} }
location /L7 { location ^~ /L7 {
testcookie off; testcookie off;
} }
# ================================================ # ================================================