This commit is contained in:
Roberto Alsina 2024-04-30 13:17:10 -03:00
parent 9e6421e78b
commit 6dd63cedcc

View File

@ -32,6 +32,18 @@ server {
}
}
server {
listen 8080;
listen [::]:8080;
server_name gotify.ralsina.me;
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:7777;
proxy_set_header X-Forwarded-Host $http_host;
}
}
server {
listen 8080;
listen [::]:8080;