mirror of
https://github.com/YGGverse/YGGbro.git
synced 2025-01-17 18:30:06 +00:00
include all subdomains for opennet
This commit is contained in:
parent
d9362581c9
commit
10fe0a3554
@ -26,4 +26,4 @@ Current implementation forward subdomains to following proxy locations:
|
||||
|
||||
1. At this moment, config drops all JS some tabs could not work
|
||||
2. Youtube embedded content still works
|
||||
3. Redirect cases not implemented yet and require additional rules implementation
|
||||
3. Redirect cases for some sub-domains require additional rules implementation
|
@ -4,5 +4,35 @@ include /etc/nginx/opennet/include/locations/www-less.conf;
|
||||
# www
|
||||
include /etc/nginx/opennet/include/locations/www.conf;
|
||||
|
||||
# bsd
|
||||
include /etc/nginx/opennet/include/locations/bsd.conf;
|
||||
|
||||
# cisco
|
||||
include /etc/nginx/opennet/include/locations/cisco.conf;
|
||||
|
||||
# grab
|
||||
include /etc/nginx/opennet/include/locations/grab.conf;
|
||||
|
||||
# linux
|
||||
include /etc/nginx/opennet/include/locations/linux.conf;
|
||||
|
||||
# m
|
||||
include /etc/nginx/opennet/include/locations/m.conf;
|
||||
|
||||
# mobile
|
||||
include /etc/nginx/opennet/include/locations/mobile.conf;
|
||||
|
||||
# palm
|
||||
include /etc/nginx/opennet/include/locations/palm.conf;
|
||||
|
||||
# security
|
||||
include /etc/nginx/opennet/include/locations/security.conf;
|
||||
|
||||
# solaris
|
||||
include /etc/nginx/opennet/include/locations/solaris.conf;
|
||||
|
||||
# web
|
||||
include /etc/nginx/opennet/include/locations/web.conf;
|
||||
|
||||
# wiki
|
||||
include /etc/nginx/opennet/include/locations/wiki.conf;
|
Loading…
x
Reference in New Issue
Block a user