mirror of
https://github.com/bensuperpc/infrastructure.git
synced 2025-06-13 14:09:26 +02:00
8
nginx-conf/minecraft.conf
Normal file
8
nginx-conf/minecraft.conf
Normal file
@ -0,0 +1,8 @@
|
||||
#stream {
|
||||
# server {
|
||||
# listen 25565;
|
||||
# server_name minecraft.bensuperpc.org www.minecraft.bensuperpc.org;
|
||||
#
|
||||
# proxy_pass minecraft:25565;
|
||||
# }
|
||||
#}
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user