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