|
@@ -817,7 +817,7 @@ function create_default_web_site {
|
817
|
817
|
echo '' >> $nginx_site
|
818
|
818
|
echo ' # Security' >> $nginx_site
|
819
|
819
|
function_check nginx_ssl
|
820
|
|
- nginx_ssl $DEFAULT_DOMAIN_NAME
|
|
820
|
+ nginx_ssl $DEFAULT_DOMAIN_NAME mobile
|
821
|
821
|
|
822
|
822
|
function_check nginx_disable_sniffing
|
823
|
823
|
nginx_disable_sniffing $DEFAULT_DOMAIN_NAME
|