Load events configuration from custom file

This commit is contained in:
BitsOfAByte
2022-12-02 21:32:04 +00:00
parent fd30cfe98b
commit 3c23aa935e
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ error_log /data/logs/fallback_error.log warn;
include /etc/nginx/modules/*.conf;
events {
worker_connections 1024;
include /data/nginx/custom/events[.]conf;
}
http {