mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 10:04:52 +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…
x
Reference in New Issue
Block a user