mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-04-02 18:45:31 +00:00
add bro.ygg
This commit is contained in:
parent
40b482445f
commit
1872672f64
17 changed files with 586 additions and 0 deletions
38
nginx/opennet.bro.ygg/server.conf
Normal file
38
nginx/opennet.bro.ygg/server.conf
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
# www-less
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/opennet.bro.ygg.conf;
|
||||
|
||||
# www
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/www.opennet.bro.ygg.conf;
|
||||
|
||||
# bsd
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/bsd.opennet.bro.ygg.conf;
|
||||
|
||||
# cisco
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/cisco.opennet.bro.ygg.conf;
|
||||
|
||||
# grab
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/grab.opennet.bro.ygg.conf;
|
||||
|
||||
# linux
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/linux.opennet.bro.ygg.conf;
|
||||
|
||||
# m
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/m.opennet.bro.ygg.conf;
|
||||
|
||||
# mobile
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/mobile.opennet.bro.ygg.conf;
|
||||
|
||||
# palm
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/palm.opennet.bro.ygg.conf;
|
||||
|
||||
# security
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/security.opennet.bro.ygg.conf;
|
||||
|
||||
# solaris
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/solaris.opennet.bro.ygg.conf;
|
||||
|
||||
# web
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/web.opennet.bro.ygg.conf;
|
||||
|
||||
# wiki
|
||||
include /etc/yggbro/nginx/opennet.bro.ygg/servers/wiki.opennet.bro.ygg.conf;
|
||||
Loading…
Add table
Add a link
Reference in a new issue