mirror of https://github.com/YGGverse/YGGbro.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
188 B
11 lines
188 B
1 year ago
|
server {
|
||
|
|
||
|
# HTTP/IPv6 connections only
|
||
|
# listen [::]:80 ipv6only=on _;
|
||
|
|
||
|
# Yggdrasil connections only
|
||
|
# allow 0200::/7;
|
||
|
# deny all;
|
||
|
|
||
|
include /etc/nginx/opennet/locations.conf;
|
||
|
}
|