This commit is contained in:
Ren Baoshuo 2021-08-19 17:15:23 +08:00
parent e87cd6edd7
commit ae63d246cc

View File

@ -1,7 +1,4 @@
# REWRITE START
location / {
try_files $uri $uri/ =404;
}
location ~ /inc/ {
return 404;
}