change port from 80 to 8088

pull/7/head
Jenkins 4 years ago
parent b0b559fa47
commit 777e4eaf92

@ -1,5 +1,5 @@
server { server {
listen 80; listen 8088;
server_name localhost; server_name localhost;
#charset koi8-r; #charset koi8-r;
@ -41,4 +41,4 @@ server {
#location ~ /\.ht { #location ~ /\.ht {
# deny all; # deny all;
#} #}
} }

Loading…
Cancel
Save