diff --git a/etc/nginx/common/locations.conf b/etc/nginx/common/locations.conf index eda749f0..2996572e 100644 --- a/etc/nginx/common/locations.conf +++ b/etc/nginx/common/locations.conf @@ -48,7 +48,7 @@ location /phpmyadmin { } # Opcahe Pages -location /opcahe { +location /opcache { root /var/www/shared; include common/allowed_ip.conf; index index.php index.html index.htm;