mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-01-11 07:27:58 +00:00
add nginx example
This commit is contained in:
parent
792490c691
commit
6d39625510
6
example/environment/nginx
Normal file
6
example/environment/nginx
Normal file
@ -0,0 +1,6 @@
|
||||
server {
|
||||
listen [::]:80 ipv6only=on default_server;
|
||||
|
||||
allow 0200::/7;
|
||||
deny all;
|
||||
}
|
Loading…
Reference in New Issue
Block a user