From 1ee986ffef15fb529599310900390d5a0829eeb8 Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 26 Aug 2013 15:26:53 +0530 Subject: [PATCH] Fix typo mistake in /opcache location --- etc/nginx/common/locations.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;