sbin/docker/nginx.php-fpm.conf
changeset 1513 b833d7c72ea9
parent 1511 25731d245eda
--- a/sbin/docker/nginx.php-fpm.conf	Wed Dec 11 11:02:15 2019 +0100
+++ b/sbin/docker/nginx.php-fpm.conf	Wed Dec 11 11:04:27 2019 +0100
@@ -19,8 +19,8 @@
     charset utf-8;
 
     server {
-        listen 80;
-        listen [::]:80;
+        listen 8080;
+        listen [::]:8080;
     
         server_name polemictweet.test;