mirror of
https://github.com/YGGverse/YGGbro.git
synced 2026-03-31 09:35:32 +00:00
12 lines
No EOL
220 B
Text
12 lines
No EOL
220 B
Text
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;
|
|
} |