aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/host_vars/turing
diff options
context:
space:
mode:
authorGravatar Johannes Christ <[email protected]>2024-07-06 15:37:34 +0200
committerGravatar Johannes Christ <[email protected]>2024-07-22 19:01:01 +0200
commit2be26a4d811e970764ec32a493fc7d3b2f939f1a (patch)
treeb51df941760cdb71a550692f1bd9696f83cd4617 /ansible/host_vars/turing
parentDisable DNS proxying via CF (diff)
Remove deployments on turing
Files of the webserver have been migrated over.
Diffstat (limited to 'ansible/host_vars/turing')
-rw-r--r--ansible/host_vars/turing/nginx.yml13
1 files changed, 0 insertions, 13 deletions
diff --git a/ansible/host_vars/turing/nginx.yml b/ansible/host_vars/turing/nginx.yml
deleted file mode 100644
index 8d11373..0000000
--- a/ansible/host_vars/turing/nginx.yml
+++ /dev/null
@@ -1,13 +0,0 @@
-nginx_default_cert_name: pydis.wtf
-
-nginx_configs:
- files.pydis.wtf.conf: |
- server {
- listen 443;
- server_name files.pydis.wtf cloud.native.is.fun.and.easy.pydis.wtf;
- root /var/www/turing;
-
- location / {
- try_files $uri $uri/ =404;
- }
- }