Update infra

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2022-11-26 10:21:10 +01:00
parent a621691c65
commit 2017aa1ebe
6 changed files with 35 additions and 20 deletions

View File

@ -0,0 +1,8 @@
#stream {
# server {
# listen 25565;
# server_name minecraft.bensuperpc.org www.minecraft.bensuperpc.org;
#
# proxy_pass minecraft:25565;
# }
#}

View File

@ -19,7 +19,6 @@ server {
proxy_pass http://qbittorrent_server;
proxy_redirect off;
proxy_set_header X-Forwarded-Host $http_host;
#proxy_set_header X-Forwarded-Host $host:$server_port;
proxy_set_header X-Forwarded-For $remote_addr;
}