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;