Compare commits

..

No commits in common. "5c86eb93660df40dd63ca75b39a1e1aaea325560" and "dbd12a5c7bad7cbe3467adef22fe9abf8ac3cc78" have entirely different histories.

View File

@ -53,37 +53,37 @@ server {
}
}
# server {
# listen 8080;
# listen [::]:8080;
server {
listen 8080;
listen [::]:8080;
# server_name hass.ralsina.me;
server_name hass.ralsina.me;
# location / {
# proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8123;
# proxy_set_header X-Forwarded-Host $http_host;
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:8123;
proxy_set_header X-Forwarded-Host $http_host;
# WebSocket support
# proxy_http_version 1.1;
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "upgrade";
# }
# }
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
# server {
# listen 8080;
# listen [::]:8080;
server {
listen 8080;
listen [::]:8080;
# server_name social.ralsina.me;
server_name social.ralsina.me;
# location / {
# proxy_pass http://pinky.ralsina.github.beta.tailscale.net:3003;
# proxy_set_header X-Forwarded-Host $http_host;
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:3003;
proxy_set_header X-Forwarded-Host $http_host;
# # WebSocket support
# proxy_http_version 1.1;
# proxy_set_header Upgrade $http_upgrade;
# proxy_set_header Connection "upgrade";
# }
# }
# WebSocket support
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}