This commit is contained in:
Roberto Alsina 2022-06-28 22:05:51 -03:00
parent 89a5eaecfa
commit 92011375fd
1 changed files with 0 additions and 16 deletions

View File

@ -32,19 +32,3 @@ server {
}
}
server {
listen 8080;
listen [::]:8080;
server_name rss.ralsina.me;
location / {
proxy_pass http://pinky.ralsina.github.beta.tailscale.net:5000;
proxy_set_header X-Forwarded-Host $http_host;
}
error_page 500 502 503 504 /custom_50x.html;
location = /custom_50x.html {
root /usr/share/nginx/html;
internal;
}
}