7 lines
214 B
Plaintext
7 lines
214 B
Plaintext
location / {
|
|
proxy_pass http://localhost:3001/;
|
|
proxy_set_header Host $host;
|
|
proxy_set_header Upgrade $http_upgrade;
|
|
proxy_set_header Connection upgrade;
|
|
proxy_set_header Accept-Encoding gzip;
|
|
} |