mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-04-03 02:55:30 +00:00
update namespaces
This commit is contained in:
parent
1bcd1d943a
commit
3a9a30b11f
61 changed files with 857 additions and 856 deletions
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name bsd.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://bsd.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://bsd.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://bsd.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://bsd.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://bsd.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://bsd.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name cisco.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://cisco.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://cisco.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://cisco.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://cisco.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://cisco.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://cisco.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name grab.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://grab.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://grab.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://grab.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://grab.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://grab.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://grab.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name linux.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://linux.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://linux.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://linux.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://linux.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://linux.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://linux.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name m.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://m.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://m.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://m.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://m.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://m.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://m.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name mobile.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://mobile.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://mobile.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://mobile.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://mobile.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://mobile.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://mobile.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name palm.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://palm.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://palm.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://palm.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://palm.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://palm.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://palm.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name security.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://security.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://security.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://security.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://security.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://security.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://security.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name solaris.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://solaris.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://solaris.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://solaris.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://solaris.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://solaris.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://solaris.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name web.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://web.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://web.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://web.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://web.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://web.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://web.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name wiki.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://wiki.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://wiki.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://wiki.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://wiki.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://wiki.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://wiki.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
server {
|
||||
|
||||
# .ygg supports yggdrasil addresses only
|
||||
listen [::]:80;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
|
||||
server_name www.opennet.ru.bro.ygg;
|
||||
|
||||
# Include handles (do not delete)
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/handles/redirect.conf;
|
||||
|
||||
location / {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://www.opennet.ru/;
|
||||
|
||||
# Include common location rules
|
||||
include /etc/yggbro/nginx/opennet.ru/opennet.ru.bro.ygg/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'action="/' 'action="http://www.opennet.ru.bro.ygg/';
|
||||
sub_filter 'href="/' 'href="http://www.opennet.ru.bro.ygg/';
|
||||
sub_filter 'src="/' 'src="http://www.opennet.ru.bro.ygg/';
|
||||
sub_filter 'data-src="/' 'src="http://www.opennet.ru.bro.ygg/';
|
||||
sub_filter "url('/" "url('http://www.opennet.ru.bro.ygg/";
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue