rabin 5 年之前
父节点
当前提交
51f2511ae8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      container/conf/web/nginx/conf.d/site.conf

+ 2 - 2
container/conf/web/nginx/conf.d/site.conf

@@ -69,8 +69,8 @@ server {
 
         # With php-cgi alone:
         #fastcgi_pass web-php7_swoole:9000;
-        #fastcgi_pass web-php7:9000;
-        fastcgi_pass web-php5:9000;
+        fastcgi_pass web-php7:9000;
+        #fastcgi_pass web-php5:9000;
         # With php-fpm:
         #fastcgi_pass unix:/var/run/php7-fpm.sock;
         fastcgi_index index.php;