change port from 80 to 8088

This commit is contained in:
Jenkins 2021-01-26 23:28:01 +02:00
parent b0b559fa47
commit 777e4eaf92

View File

@ -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;
#} #}
} }