|
|
@ -1,12 +1,15 @@ |
|
|
|
server { |
|
|
|
server { |
|
|
|
|
|
|
|
|
|
|
|
# HTTP/IPv6 connections only |
|
|
|
# HTTP/IPv6 connections only |
|
|
|
listen [::]:80; |
|
|
|
listen [::]:80 default_server; # make sure default_server not exists or throw an exception |
|
|
|
|
|
|
|
|
|
|
|
# Yggdrasil connections only |
|
|
|
# Yggdrasil connections only |
|
|
|
allow 0200::/7; |
|
|
|
allow 0200::/7; |
|
|
|
deny all; |
|
|
|
deny all; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Listen defaults |
|
|
|
|
|
|
|
server_name _; |
|
|
|
|
|
|
|
|
|
|
|
# Include handles |
|
|
|
# Include handles |
|
|
|
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/handles/redirect.conf; |
|
|
|
include /etc/yggbro/nginx/opennet.ru/yggbro/opennet.ru/handles/redirect.conf; |
|
|
|
|
|
|
|
|
|
|
|