test
This commit is contained in:
@@ -2,6 +2,10 @@ daemon off;
|
||||
error_log stderr;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
server {
|
||||
listen 8099;
|
||||
|
||||
Reference in New Issue
Block a user