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