Cambio a rocky
This commit is contained in:
parent
11d6781bd9
commit
d1c442f7b3
@ -56,7 +56,7 @@ server {
|
||||
server_name nombres.ralsina.me;
|
||||
|
||||
location / {
|
||||
proxy_pass http://pinky.tail20c16.ts.net:8080;
|
||||
proxy_pass http://rocky.tail20c16.ts.net:8080;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
@ -74,7 +74,7 @@ server {
|
||||
server_name links.ralsina.me;
|
||||
|
||||
location / {
|
||||
proxy_pass http://pinky.tail20c16.ts.net:8086;
|
||||
proxy_pass http://rocky.tail20c16.ts.net:8086;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
@ -92,7 +92,7 @@ server {
|
||||
server_name git.ralsina.me;
|
||||
|
||||
location / {
|
||||
proxy_pass http://pinky.tail20c16.ts.net:3000;
|
||||
proxy_pass http://rocky.tail20c16.ts.net:3000;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
@ -119,13 +119,13 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://pinky.tail20c16.ts.net:7777;
|
||||
proxy_pass http://rocky.tail20c16.ts.net:7777;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
|
||||
location /stream {
|
||||
proxy_pass http://pinky.tail20c16.ts.net:7777;
|
||||
proxy_pass http://rocky.tail20c16.ts.net:7777;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
@ -155,7 +155,7 @@ server {
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://pinky.tail20c16.ts.net:8082;
|
||||
proxy_pass http://rocky.tail20c16.ts.net:8082;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
}
|
||||
}
|
||||
@ -167,7 +167,7 @@ server {
|
||||
server_name snips.ralsina.me;
|
||||
|
||||
location / {
|
||||
proxy_pass http://pinky.tail20c16.ts.net:8091 ;
|
||||
proxy_pass http://rocky.tail20c16.ts.net:8091 ;
|
||||
proxy_set_header X-Forwarded-Host $http_host;
|
||||
|
||||
# WebSocket support
|
||||
|
Loading…
Reference in New Issue
Block a user