Browse Source

Fix typo mistake in /opcache location

old-stable
Mitesh Shah 12 years ago
parent
commit
1ee986ffef
  1. 2
      etc/nginx/common/locations.conf

2
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;

Loading…
Cancel
Save