summaryrefslogtreecommitdiffstats
path: root/tozt/tozt/files/nginx/paste.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tozt/tozt/files/nginx/paste.conf')
-rw-r--r--tozt/tozt/files/nginx/paste.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/tozt/tozt/files/nginx/paste.conf b/tozt/tozt/files/nginx/paste.conf
deleted file mode 100644
index 839fe78..0000000
--- a/tozt/tozt/files/nginx/paste.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-server {
- listen 80;
- server_name paste.tozt.net;
-
- access_log /var/log/nginx/paste.access.log;
- error_log /var/log/nginx/paste.error.log;
-
- rewrite ^(.*) https://$host$1 permanent;
-}
-# vim:ft=nginx