mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 17:45:36 +00:00
initial commit
This commit is contained in:
parent
0eb5e465e0
commit
9e6e72eb22
18 changed files with 682 additions and 1 deletions
19
nginx/vanilladnb.co.ua
Normal file
19
nginx/vanilladnb.co.ua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Mirror for https://vanilladnb.co.ua/
|
||||
|
||||
server {
|
||||
|
||||
# HTTP/IPv6 connections only
|
||||
# listen [::]:80 ipv6only=on;
|
||||
|
||||
# Yggdrasil connections only
|
||||
# allow 0200::/7;
|
||||
# deny all;
|
||||
|
||||
# Tell to server, that's proxy request
|
||||
# proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
# proxy_set_header X-Real-IP $remote_addr;
|
||||
|
||||
location /vanilladnb.co.ua/stream {
|
||||
proxy_pass http://vanilladnb.co.ua:8000/stream;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue