zipusyan commited on
Commit
de456d8
·
verified ·
1 Parent(s): 77112e6

Update nginx.conf

Browse files
Files changed (1) hide show
  1. 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/ @opencode;
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$ {