This commit is contained in:
xuyucheng 2021-11-16 10:57:17 +08:00
parent de20837e26
commit 5610f94c94
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ http {
sendfile on;
keepalive_timeout 65;
server {
listen 55555;
listen 5555;
server_name localhost;
location / {
root /app;