ftimme
2012-05-30 2cb1563f63386b35a69e460051aa9b4a2851d104
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;
        }