mirror of https://github.com/dnomd343/echoIP
Dnomd343
3 years ago
3 changed files with 18 additions and 4 deletions
@ -0,0 +1,13 @@ |
|||
user nginx; |
|||
worker_processes auto; |
|||
pcre_jit on; |
|||
include /etc/nginx/modules/*.conf; |
|||
|
|||
events { |
|||
worker_connections 1024; |
|||
} |
|||
|
|||
http { |
|||
include /etc/nginx/mime.types; |
|||
include /etc/nginx/echoip.conf; |
|||
} |
Loading…
Reference in new issue