summaryrefslogtreecommitdiff
path: root/roles/webservers/files/levi/http.simponic.hatecomputers.club.conf
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-11 17:18:35 -0400
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-11 17:18:35 -0400
commit64a2990c536b8a436279db9c576e75c6c1782546 (patch)
tree38865c297094d8a930fd7ee1ede97ac4ebe9fd79 /roles/webservers/files/levi/http.simponic.hatecomputers.club.conf
parentd740b6ab3347c66742e37ff72dfb4cfe30558781 (diff)
downloadoldinfra-64a2990c536b8a436279db9c576e75c6c1782546.tar.gz
oldinfra-64a2990c536b8a436279db9c576e75c6c1782546.zip
hatecomputers.club stuff
Diffstat (limited to 'roles/webservers/files/levi/http.simponic.hatecomputers.club.conf')
-rw-r--r--roles/webservers/files/levi/http.simponic.hatecomputers.club.conf13
1 files changed, 13 insertions, 0 deletions
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;
+ }
+}