Update nginx.conf

This commit is contained in:
Joshua Schnabel
2020-04-23 18:26:08 +02:00
committed by GitHub
parent 58e5016326
commit d39c6b23e4

View File

@ -1,6 +1,6 @@
daemon off; daemon off;
pid /var/lib/nginx/nginx.pid; pid /var/run/nginx.pid;
events { events {
worker_connections 5; worker_connections 5;