From a94dc67c2f3f1cac165c71819cfd230e82188813 Mon Sep 17 00:00:00 2001 From: Somthanat Wongsa Date: Mon, 15 May 2017 16:36:56 +0700 Subject: [PATCH] fix web_port->web_ssl_port --- install/debian/7/templates/web/nginx/php5-fpm/laravel.stpl | 2 +- install/debian/8/templates/web/nginx/php5-fpm/laravel.stpl | 2 +- install/rhel/5/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/rhel/6/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/rhel/7/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/12.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/12.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/13.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/13.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/14.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/14.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/15.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/15.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/16.04/templates/web/nginx/php-fpm/laravel.stpl | 2 +- install/ubuntu/16.10/templates/web/nginx/php-fpm/laravel.stpl | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) 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;