Skip to content
Snippets Groups Projects
Commit c6f93e01 authored by Florian Schaal's avatar Florian Schaal
Browse files

Errors in automatically generated nginx configuration files (Fixes #3774)

parent 2a24c613
No related branches found
No related tags found
1 merge request!293Master
server { server {
listen {apps_vhost_ip}; listen {apps_vhost_port};
listen [::]:{apps_vhost_port}; listen [::]:{apps_vhost_port};
ssl {ssl_on}; ssl {ssl_on};
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2; {ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
......
server { server {
listen {vhost_port}; listen {vhost_port};
listen [::]:{vhost_port} listen [::]:{vhost_port};
ssl {ssl_on}; ssl {ssl_on};
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2; {ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
...@@ -81,4 +81,4 @@ server { ...@@ -81,4 +81,4 @@ server {
# location /webmail { # location /webmail {
# rewrite ^/* /squirrelmail last; # rewrite ^/* /squirrelmail last;
# } # }
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment