mirror of
https://github.com/YGGverse/YGGbro.git
synced 2025-01-17 18:30:06 +00:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
server {
|
|
|
|
# HTTP/IPv6 connections only
|
|
# listen [::]:80 ipv6only=on _;
|
|
|
|
# Yggdrasil connections only
|
|
# allow 0200::/7;
|
|
# deny all;
|
|
|
|
# Include available locations
|
|
include /etc/nginx/opennet/locations.conf;
|
|
} |