Update nginx.conf

fixed issue caused by redundant simicolon
pull/90/head
Benyamin Jafari 2022-12-14 10:35:28 +03:30 committed by GitHub
parent 5d2309feb5
commit ce86f642cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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