Remove explicit nginx package installation for wordpress.
This commit is contained in:
parent
8a2186b907
commit
b09138937f
1 changed files with 1 additions and 3 deletions
|
@ -48,10 +48,8 @@ require="__recycledcloud_mysql" __mysql_database wordpress \
|
||||||
--user wordpress --password "$mysql_password"
|
--user wordpress --password "$mysql_password"
|
||||||
|
|
||||||
# NGINX vhost for wordpress hosting.
|
# NGINX vhost for wordpress hosting.
|
||||||
__package nginx
|
|
||||||
|
|
||||||
# shellcheck disable=SC2086
|
# shellcheck disable=SC2086
|
||||||
require="__package/nginx" __nginx "$nginx_domain" \
|
__nginx "$nginx_domain" \
|
||||||
$altdomains \
|
$altdomains \
|
||||||
--config - <<- EOF
|
--config - <<- EOF
|
||||||
root /var/www/wordpress;
|
root /var/www/wordpress;
|
||||||
|
|
Reference in a new issue