mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-04-02 18:45:31 +00:00
add _todo examples folder
This commit is contained in:
parent
06c13e995d
commit
40b482445f
16 changed files with 330 additions and 0 deletions
19
nginx/_todo/djfm.ua
Normal file
19
nginx/_todo/djfm.ua
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
# Mirror for https://djfm.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 /djfm.ua/stream {
|
||||
proxy_pass https://cast.fex.net/djfm_x;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue