%PDF- %PDF-
Direktori : /etc/nginx/conf.d/ |
Current File : //etc/nginx/conf.d/react.conf |
server { listen 8050; server_name code.j2hb.com; location / { proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header Host $http_host; proxy_pass http://localhost:3000; } }