From 64a2990c536b8a436279db9c576e75c6c1782546 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 11 Apr 2024 17:18:35 -0400 Subject: hatecomputers.club stuff --- .../files/levi/http.simponic.hatecomputers.club.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 roles/webservers/files/levi/http.simponic.hatecomputers.club.conf (limited to 'roles/webservers/files/levi/http.simponic.hatecomputers.club.conf') diff --git a/roles/webservers/files/levi/http.simponic.hatecomputers.club.conf b/roles/webservers/files/levi/http.simponic.hatecomputers.club.conf new file mode 100644 index 0000000..a58af01 --- /dev/null +++ b/roles/webservers/files/levi/http.simponic.hatecomputers.club.conf @@ -0,0 +1,13 @@ +server { + listen 80; + server_name simponic.hatecomputers.club; + + location /.well-known/acme-challenge { + root /var/www/letsencrypt; + try_files $uri $uri/ =404; + } + + location / { + rewrite ^ https://simponic.hatecomputers.club$request_uri? permanent; + } +} -- cgit v1.2.3-70-g09d2