Update nginx.conf (#90)

fixed issue caused by redundant simicolon
This commit is contained in:
Benyamin Jafari 2022-12-15 05:54:44 +03:30 committed by GitHub
parent 5d2309feb5
commit 4cc09a4977
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ worker_rlimit_nofile 65535;
error_log logs/error.log warn; error_log logs/error.log warn;
pid logs/nginx.pid;; pid logs/nginx.pid;
events { events {
worker_connections 1024; worker_connections 1024;