rabin 5 jaren geleden
bovenliggende
commit
51f2511ae8
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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;