diff options
Diffstat (limited to 'config-service-myhostname.PKGBUILD')
-rw-r--r-- | config-service-myhostname.PKGBUILD | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config-service-myhostname.PKGBUILD b/config-service-myhostname.PKGBUILD index 3fc1630..7815b68 100644 --- a/config-service-myhostname.PKGBUILD +++ b/config-service-myhostname.PKGBUILD @@ -4,6 +4,12 @@ pkgver=20161111.4 package() { preamble +depends+=( + config-mgmt-nginx + config-mgmt-uwsgi + uwsgi-plugin-cgi +) + add-file etc/nginx/sites/server-myhostname.conf <<EOF # -*- Mode: nginx; nginx-indent-level: 8; indent-tabs-mode: t -*- |