Ver código fonte

更新端口

liu 1 ano atrás
pai
commit
5ca6d14957
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      nginx-1.26.3/conf/nginx.conf

+ 1 - 1
nginx-1.26.3/conf/nginx.conf

@@ -36,7 +36,7 @@ http {
     gzip on;
 
     server {
-        listen       80;
+        listen       3443;
         server_name  localhost;
 
         #charset koi8-r;