summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2020-01-24 22:23:37 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2020-01-24 22:23:37 +0100
commitf9a1d8ea527bea1ba7702aff0ae4d375cbb914d3 (patch)
tree6fa852d532bc65993f649d7de8d59fbca3ff009b
parent9b1c328251de090599479468b4985fc8c7e37154 (diff)
downloadpillar-f9a1d8ea527bea1ba7702aff0ae4d375cbb914d3.tar.xz
nginx/theos: Drop h.theos.kyriasis.com
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
-rw-r--r--nginx/theos_kyriasis_com.sls47
1 files changed, 0 insertions, 47 deletions
diff --git a/nginx/theos_kyriasis_com.sls b/nginx/theos_kyriasis_com.sls
index e2801b6..d6d4932 100644
--- a/nginx/theos_kyriasis_com.sls
+++ b/nginx/theos_kyriasis_com.sls
@@ -93,51 +93,4 @@ nginx:
- proxy_set_header: X-Forwarded-For $proxy_add_x_forwarded_for
- - server:
- - server_name: h.theos.kyriasis.com
- - listen: 80
- - listen: '[::]:80'
-
- - error_log: /var/log/nginx/theos.error.log
-
- - root: /srv/http
- - index: index.html
- - autoindex: 'on'
-
- - location /repo/:
- - root: /home/kyrias/packaging
- - autoindex: 'on'
-
- - location /~kyrias:
- - alias: /home/kyrias/public_html/
- - index: index.html
- - try_files: $uri $uri.html $uri/ =404
- - autoindex: 'on'
- - expires: modified +24h
-
- - location = /~kyrias/journal/10-mercurian-pronouns.html:
- - return: '301 https://web.archive.org/web/https://theos.kyriasis.com/~kyrias/journal/10-mercurian-pronouns.html'
-
- - location ~ \.(js|css|png):
- - expires: modified +7d
-
- - location /~xanadu:
- - alias: /home/xanadu/public_html/
- - index: index.html
- - try_files: $uri $uri.html $uri/ =404
- - autoindex: 'on'
- - expires: modified +24h
-
- - location /vector:
- - alias: /home/kyrias/code/vector/public/
- - try_files: $uri $uri.html $uri/ =404
-
- - location /znc:
- - proxy_pass: https://127.0.0.1:6697
- - proxy_redirect: 'off'
- - proxy_set_header: X-Real-IP $remote_addr
- - proxy_set_header: X-Forwarded-For $proxy_add_x_forwarded_for
- - proxy_set_header: X-Forwarded-Host $server_name
-
-
# vim: ft=yaml et: