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
11
nginx/opennet/server.conf
Normal file
11
nginx/opennet/server.conf
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
|
||||
# HTTP/IPv6 connections only
|
||||
# listen [::]:80 ipv6only=on _;
|
||||
|
||||
# Yggdrasil connections only
|
||||
# allow 0200::/7;
|
||||
# deny all;
|
||||
|
||||
include /etc/nginx/opennet/locations.conf;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue