Move storjks to 192.168.1.19, amd storj to 192.168.1.24
This commit is contained in:
@@ -8,7 +8,7 @@ server {
|
|||||||
ssl_trusted_certificate /etc/letsencrypt/live/storj.awin.one/chain.pem;
|
ssl_trusted_certificate /etc/letsencrypt/live/storj.awin.one/chain.pem;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://192.168.1.19:14002;
|
proxy_pass http://192.168.1.24:14002;
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
|
|||||||
Reference in New Issue
Block a user