Fix wo clean

This commit is contained in:
VirtuBox
2019-12-04 04:01:28 +01:00
parent 121988f0ba
commit 19e595e207

View File

@@ -28,7 +28,7 @@ server {
log_not_found off;
}
location / {
try_files $uri $uri/ /index.php$is_args$args;
try_files $uri $uri/ /cache/opcache/opgui.php$is_args$args;
}
location ~ \.php$ {
try_files $uri =404;