Spaces:
Runtime error
Runtime error
server { | |
listen 7860 default_server; | |
listen [::]:7860 default_server; | |
server_name _; | |
location / { | |
root /usr/share/nginx/html; | |
index index.html; | |
try_files $uri $uri/ /index.html; | |
} | |
} | |