xiaoz hace 6 años
padre
commit
c2204fd08d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      data/temp.conf

+ 1 - 1
data/temp.conf

@@ -27,7 +27,7 @@ server {
 }
 server
 {
-    listen 80;
+    listen 192.168.1.1:80;
     server_name test301.com;
     rewrite ^(.*) https://test301.com$1 permanent;
 }