File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
install/deb/templates/mail/nginx Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 44 ssl_certificate %ssl_pem%;
55 ssl_certificate_key %ssl_key%;
66 root /var/lib/roundcube;
7- index index.php;
7+ index index.php index.html index.htm ;
88
99 location / {
1010 proxy_pass http://%ip%:%web_port%;
Original file line number Diff line number Diff line change 22 listen % ip% :% proxy_port% ;
33 server_name % domain% % alias% ;
44 root /var/lib/roundcube;
5- index index.php;
5+ index index.php index.html index.htm ;
66
77 include % home% /% user% /conf/mail/% root_domain% /nginx.forcessl.conf*;
88
Original file line number Diff line number Diff line change 44 ssl_certificate %ssl_pem%;
55 ssl_certificate_key %ssl_key%;
66 root /var/lib/roundcube;
7- index index.php;
7+ index index.php index.html index.htm ;
88
99 location =/ {
1010 try_files $uri $uri/ /index.php?q=$uri&$args;
Original file line number Diff line number Diff line change 22 listen % ip% :% web_port% ;
33 server_name % domain% % alias% ;
44 root /var/lib/roundcube;
5- index index.php;
5+ index index.php index.html index.htm ;
66
77 include % home% /% user% /conf/mail/% root_domain% /nginx.forcessl.conf*;
88
@@ -54,7 +54,6 @@ server {
5454
5555 location /error/ {
5656 alias /var/www/document_errors/;
57-
5857 }
5958
6059 include %home%/%user%/conf/mail/%root_domain%/%web_system%.conf_*;
You can’t perform that action at this time.
0 commit comments