浏览代码

add php ngx conf

abiao 5 年之前
父节点
当前提交
28b2f05f07
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      webApp/common/nginx_conf/ngx_test.conf

+ 1 - 1
webApp/common/nginx_conf/ngx_test.conf

@@ -5,7 +5,7 @@ server {
     #keepalive_timeout 5;
     access_log  /home/www/yii2_app/webApp/common/nginx_conf/log/ngx_access.log  main;
     error_log   /home/www/yii2_app/webApp/common/nginx_conf/log/ngx_error.log;
-    root   /home/www/yii2_app/webApp/common/backend/web;
+    root   /home/www/yii2_app/webApp/backend/web;
     index  index.php index.html index.htm;
     try_files $uri $uri/ /index.php?$args;