This commit is contained in:
xuyucheng 2021-11-26 15:06:57 +08:00
parent 2e790f1be4
commit d9d07ceba3
1 changed files with 1 additions and 1 deletions

View File

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