From 92011375fdb2615de3e17684749bf319e3e10d57 Mon Sep 17 00:00:00 2001 From: Roberto Alsina Date: Tue, 28 Jun 2022 22:05:51 -0300 Subject: [PATCH] no more --- nginx.conf | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/nginx.conf b/nginx.conf index 515ec78..d5002ab 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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; - } -}