Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -34,7 +34,7 @@ http {
|
|
| 34 |
index index.php index.html;
|
| 35 |
|
| 36 |
location / {
|
| 37 |
-
try_files $uri $uri/ @
|
| 38 |
}
|
| 39 |
|
| 40 |
location ~ \.php$ {
|
|
|
|
| 34 |
index index.php index.html;
|
| 35 |
|
| 36 |
location / {
|
| 37 |
+
try_files $uri $uri/ @opcode;
|
| 38 |
}
|
| 39 |
|
| 40 |
location ~ \.php$ {
|