Spaces:
Runtime error
Runtime error
| pid /tmp/nginx.pid; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| upstream neptunop { | |
| server neptunoia-neptuno-proxy.hf.space; | |
| server mysteryman63453121-hope.hf.space; | |
| } | |
| server { | |
| listen 8080; | |
| location / { | |
| proxy_pass http://neptunop; | |
| } | |
| } | |
| } |