summaryrefslogtreecommitdiffstats
path: root/modules/tozt/files/nginx/blog.conf
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2017-11-05 22:02:11 -0500
committerJesse Luehrs <doy@tozt.net>2017-11-05 22:06:11 -0500
commite83514a3ad0bac0ecf568524eb9194ecbf78ea2c (patch)
tree0f261fefbbe8de9b04c9821603af084e7e0510c9 /modules/tozt/files/nginx/blog.conf
parent1987c9fda62039626079c7b9e53279d1ca2077b3 (diff)
downloadpuppet-tozt-e83514a3ad0bac0ecf568524eb9194ecbf78ea2c.tar.gz
puppet-tozt-e83514a3ad0bac0ecf568524eb9194ecbf78ea2c.zip
disable the tls parts of my nginx config for now
because certbot isn't set up yet
Diffstat (limited to 'modules/tozt/files/nginx/blog.conf')
-rw-r--r--modules/tozt/files/nginx/blog.conf15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/tozt/files/nginx/blog.conf b/modules/tozt/files/nginx/blog.conf
index b1af3b6..59fc1c6 100644
--- a/modules/tozt/files/nginx/blog.conf
+++ b/modules/tozt/files/nginx/blog.conf
@@ -10,19 +10,4 @@ server {
index index.html;
}
}
-
-server {
- listen 443;
- server_name blog.tozt.net;
-
- access_log /var/log/nginx/blog.access.log;
- error_log /var/log/nginx/blog.error.log;
-
- include ssl;
-
- location / {
- root /home/doy/blog;
- index index.html;
- }
-}
# vim:ft=nginx