Create new file
This commit is contained in:
parent
8e802844f1
commit
731c2f000f
|
@ -1174,7 +1174,7 @@ function install_web_local_user_interface {
|
|||
echo '';
|
||||
echo ' access_log /dev/null;';
|
||||
echo ' error_log /dev/null;';
|
||||
echo ''; } >> "$nginx_file"
|
||||
echo ''; } > "$nginx_file"
|
||||
|
||||
nginx_ssl "${local_hostname}"
|
||||
nginx_security_options "${local_hostname}"
|
||||
|
|
Loading…
Reference in New Issue