install/tpl/nginx_ispconfig.vhost.master
@@ -1,5 +1,6 @@ server { listen {vhost_port}{ssl_on}; listen {vhost_port}; ssl {ssl_on}; {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; {ssl_comment}ssl_certificate_key /usr/local/ispconfig/interface/ssl/ispserver.key; @@ -7,6 +8,8 @@ root /usr/local/ispconfig/interface/web/; client_max_body_size 20M; location / { index index.php index.html; }