mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 17:45:31 +00:00
add nginx example
This commit is contained in:
parent
792490c691
commit
6d39625510
1 changed files with 6 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue