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
8
nginx/opennet/locations.conf
Normal file
8
nginx/opennet/locations.conf
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# www-less
|
||||
include /etc/nginx/opennet/include/locations/www-less.conf;
|
||||
|
||||
# www
|
||||
include /etc/nginx/opennet/include/locations/www.conf;
|
||||
|
||||
# wiki
|
||||
include /etc/nginx/opennet/include/locations/wiki.conf;
|
||||
Loading…
Add table
Add a link
Reference in a new issue