2023-11-23 15:03:23 +02:00
|
|
|
# www-less
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/www-less.conf;
|
2023-11-23 15:03:23 +02:00
|
|
|
|
|
|
|
# www
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/www.conf;
|
2023-11-23 15:03:23 +02:00
|
|
|
|
2023-11-23 15:42:37 +02:00
|
|
|
# bsd
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/bsd.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# cisco
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/cisco.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# grab
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/grab.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# linux
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/linux.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# m
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/m.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# mobile
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/mobile.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# palm
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/palm.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# security
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/security.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# solaris
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/solaris.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
|
|
|
# web
|
2023-11-23 17:30:03 +02:00
|
|
|
include /etc/nginx/opennet/locations/web.conf;
|
2023-11-23 15:42:37 +02:00
|
|
|
|
2023-11-23 15:03:23 +02:00
|
|
|
# wiki
|
2023-11-23 19:51:48 +02:00
|
|
|
include /etc/nginx/opennet/locations/wiki.conf;
|
|
|
|
|
|
|
|
# handles (do not delete)
|
|
|
|
include /etc/nginx/opennet/locations/handle/redirect.conf;
|