File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ worker_rlimit_nofile 65535;
55error_log /var/log/nginx/error.log;
66pid /var/run/nginx.pid ;
77
8+ include /etc/nginx/modules-enabled/*.conf;
9+
810# Worker config
911events {
1012 worker_connections 1024 ;
Original file line number Diff line number Diff line change @@ -1164,6 +1164,7 @@ if [ "$nginx" = 'yes' ]; then
11641164 cp -f $HESTIA_INSTALL_DIR /nginx/phppgadmin.inc /etc/nginx/conf.d/
11651165 cp -f $HESTIA_INSTALL_DIR /logrotate/nginx /etc/logrotate.d/
11661166 mkdir -p /etc/nginx/conf.d/domains
1167+ mkdir -p /etc/nginx/modules-enabled
11671168 mkdir -p /var/log/nginx/domains
11681169
11691170 # Update dns servers in nginx.conf
Original file line number Diff line number Diff line change @@ -1156,6 +1156,7 @@ if [ "$nginx" = 'yes' ]; then
11561156 cp -f $HESTIA_INSTALL_DIR /nginx/phppgadmin.inc /etc/nginx/conf.d/
11571157 cp -f $HESTIA_INSTALL_DIR /logrotate/nginx /etc/logrotate.d/
11581158 mkdir -p /etc/nginx/conf.d/domains
1159+ mkdir -p /etc/nginx/modules-enabled
11591160 mkdir -p /var/log/nginx/domains
11601161
11611162 # Update dns servers in nginx.conf
You can’t perform that action at this time.
0 commit comments