From 9b3e9b4a8fa9f7f1acea844d2b5bfde30238ad28 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 17 Nov 2019 00:00:48 -0500 Subject: Remove etc/httpd.conf --- etc/httpd.conf | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 etc/httpd.conf (limited to 'etc/httpd.conf') diff --git a/etc/httpd.conf b/etc/httpd.conf deleted file mode 100644 index ca249d2..0000000 --- a/etc/httpd.conf +++ /dev/null @@ -1,24 +0,0 @@ -server "nfsw.dingy.space" { - listen on * port 80 - location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 - } - location * { - block return 302 "https://$HTTP_HOST$REQUEST_URI" - } -} - -server "nfsw.dingy.space" { - listen on * tls port 443 - tls { - certificate "/etc/ssl/nfsw.dingy.space.fullchain.pem" - key "/etc/ssl/private/nfsw.dingy.space.key" - } - location "/.well-known/acme-challenge/*" { - root "/acme" - request strip 2 - } - - fastcgi socket ":4201" -} -- cgit v1.2.3