add nginx example

This commit is contained in:
ghost 2023-08-30 12:22:03 +03:00
parent 792490c691
commit 6d39625510

View File

@ -0,0 +1,6 @@
server {
listen [::]:80 ipv6only=on default_server;
allow 0200::/7;
deny all;
}