File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
install/deb/templates/mail/nginx Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11server {
22 listen %ip%:%proxy_ssl_port% ssl http2;
33 server_name %domain_idn% %alias_idn%;
4- root /var/lib/roundcube ;
4+ root /var/www/html ;
55 index index.php index.html index.htm;
66 access_log /var/log/nginx/domains/%domain%.log combined;
77 error_log /var/log/nginx/domains/%domain%.error.log error;
Original file line number Diff line number Diff line change 11server {
2- listen % ip% :% proxy_ssl_port % ssl http2 ;
2+ listen % ip% :% proxy_port % ;
33 server_name % domain_idn% % alias_idn% ;
4- root /var/lib/roundcube ;
4+ root /var/www/html ;
55 index index.php index.html index.htm;
66 access_log /var/log/nginx/domains/% domain% .log combined;
77 error_log /var/log/nginx/domains/% domain% .error.log error;
88
9- ssl_certificate % ssl_pem% ;
10- ssl_certificate_key % ssl_key% ;
119 ssl_stapling on;
1210 ssl_stapling_verify on;
1311
You can’t perform that action at this time.
0 commit comments