Skip to content
Snippets Groups Projects
Commit eff5c136 authored by Marius Burkard's avatar Marius Burkard
Browse files

- added ipv6 listen to ispconfig vhost files on nginx (Fixes #3665)

parent 76ec4aef
No related branches found
No related tags found
No related merge requests found
server {
listen {apps_vhost_ip}{apps_vhost_port};
listen {apps_vhost_ip};
listen [::]:{apps_vhost_port};
ssl {ssl_on};
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
......
server {
listen {vhost_port};
listen [::]:{vhost_port}
ssl {ssl_on};
{ssl_comment}ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
......
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