mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-04-02 10:35:31 +00:00
create configuration tree for opennet sub-domains
This commit is contained in:
parent
849a612d91
commit
06cf59c43c
9 changed files with 167 additions and 266 deletions
14
nginx/opennet/include/locations/www.conf
Normal file
14
nginx/opennet/include/locations/www.conf
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
location /opennet/www {
|
||||
|
||||
# Domain source
|
||||
proxy_pass https://www.opennet.ru/;
|
||||
|
||||
# Include common rules
|
||||
include /etc/nginx/opennet/include/locations/include/common.conf;
|
||||
|
||||
# Relative paths
|
||||
sub_filter 'href="/' 'href="http://[$server_addr]/opennet/www/';
|
||||
sub_filter 'src="/' 'src="http://[$server_addr]/opennet/www/';
|
||||
sub_filter 'data-src="/' 'src="http://[$server_addr]/opennet/www/';
|
||||
sub_filter "url('/" "url('http://[$server_addr]/opennet/www/";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue