mirror of https://github.com/YGGverse/YGGbro.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
547 B
15 lines
547 B
location /opennet/mobile { |
|
|
|
# Domain source |
|
proxy_pass https://mobile.opennet.ru/; |
|
|
|
# Include common rules |
|
include /etc/nginx/opennet/locations/include/common.conf; |
|
|
|
# Relative paths |
|
sub_filter 'action="/' 'action="http://[$server_addr]/opennet/mobile/'; |
|
sub_filter 'href="/' 'href="http://[$server_addr]/opennet/mobile/'; |
|
sub_filter 'src="/' 'src="http://[$server_addr]/opennet/mobile/'; |
|
sub_filter 'data-src="/' 'src="http://[$server_addr]/opennet/mobile/'; |
|
sub_filter "url('/" "url('http://[$server_addr]/opennet/mobile/"; |
|
} |