From e64ef24ed35f28fb2985584f0ca07b51faf0ef64 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 11 Nov 2016 08:17:00 +0000 Subject: fixity --- config-box-winston-base.PKGBUILD | 5 +++- config-mgmt-etckeeper.PKGBUILD | 24 +++++++++++++++++-- config-mgmt-nginx.PKGBUILD | 47 ++++++++++++++++++++++++++++++++++++++ config-service-config.PKGBUILD | 30 ++++++++++++++++++++++++ config-service-myhostname.PKGBUILD | 32 ++++++++++++++++++++++++-- config-service-wiki.PKGBUILD | 2 +- 6 files changed, 134 insertions(+), 6 deletions(-) create mode 100644 config-mgmt-nginx.PKGBUILD create mode 100644 config-service-config.PKGBUILD diff --git a/config-box-winston-base.PKGBUILD b/config-box-winston-base.PKGBUILD index c408289..4072c81 100644 --- a/config-box-winston-base.PKGBUILD +++ b/config-box-winston-base.PKGBUILD @@ -5,7 +5,7 @@ package() { preamble # ## Base setup -depends+=(linux-libre-lts grub haveged irqbalance) +depends+=(linux-libre-lts grub haveged irqbalance systemd-swap) conflicts+=(linux-libre) add-file etc/hostname <[^\\.]*)\\.parabolagnulinux\\.org\$; + listen 443 ssl http2; + listen [::]:443 ssl http2; + + location / { return 301 https://\$subdomain.parabola.nu\$request_uri; } +} +EOF + +add-file etc/nginx/sites/meta-unknown-domain.conf <