guanghulab/native-repo/deploy/native-nginx.conf

2 lines
86 B
Plaintext

location /native/ { proxy_pass http://127.0.0.1:3913/; proxy_set_header Host $host; }