update namespaces

This commit is contained in:
ghost 2023-12-03 23:33:26 +02:00
parent 1bcd1d943a
commit 3a9a30b11f
61 changed files with 857 additions and 856 deletions

View file

@ -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/";
}
}