diff --git a/http_archive/homarr b/http_archive/homarr deleted file mode 100644 index 36d6114..0000000 --- a/http_archive/homarr +++ /dev/null @@ -1,15 +0,0 @@ -# HTTP-only NGINX config for home.aaf.systems (no SSL) -server { - listen 80; - server_name home.aaf.systems; - - location / { - proxy_pass http://100.93.165.98:7575; - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Host $host; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - } -} diff --git a/sites-available/homarr-http b/http_archive/homarr-http similarity index 100% rename from sites-available/homarr-http rename to http_archive/homarr-http