aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nginx/files/files.pydis.wtf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nginx/files/files.pydis.wtf')
-rw-r--r--roles/nginx/files/files.pydis.wtf10
1 files changed, 0 insertions, 10 deletions
diff --git a/roles/nginx/files/files.pydis.wtf b/roles/nginx/files/files.pydis.wtf
deleted file mode 100644
index db8416e..0000000
--- a/roles/nginx/files/files.pydis.wtf
+++ /dev/null
@@ -1,10 +0,0 @@
-# Managed by Ansible
-server {
- listen 443;
- server_name files.pydis.wtf;
- root /var/www/turing;
-
- location / {
- try_files $uri $uri/;
- }
-}