diff --git a/install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl b/install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl +++ b/install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl b/install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl +++ b/install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl b/install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl b/install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl b/install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm; diff --git a/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl b/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl index f1ffc4c04..fb324e16a 100644 --- a/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl +++ b/install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl @@ -1,5 +1,5 @@ server { - listen %ip%:%web_port%; + listen %ip%:%web_ssl_port%; server_name %domain_idn% %alias_idn%; root %docroot%/public; index index.php index.html index.htm;