diff --git a/nginx.conf b/nginx.conf index 6bb69d3..121c75b 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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;