test
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
server {
|
daemon off;
|
||||||
|
error_log stderr;
|
||||||
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
|
http {
|
||||||
|
server {
|
||||||
listen 8099;
|
listen 8099;
|
||||||
allow 172.30.32.2;
|
allow 172.30.32.2;
|
||||||
deny all;
|
deny all;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user