diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-12 16:57:00 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-12 16:57:00 -0400 |
commit | f9d62cc8a792b7b1a2c52a7d8102895473b3c72a (patch) | |
tree | 362f40d95af48512bc224e7490eff63e115b7689 /roles/webservers/files/levi/http.ntfy.simponic.hatecomputers.club.conf | |
parent | 64a2990c536b8a436279db9c576e75c6c1782546 (diff) | |
download | oldinfra-f9d62cc8a792b7b1a2c52a7d8102895473b3c72a.tar.gz oldinfra-f9d62cc8a792b7b1a2c52a7d8102895473b3c72a.zip |
ntfy
Diffstat (limited to 'roles/webservers/files/levi/http.ntfy.simponic.hatecomputers.club.conf')
-rw-r--r-- | roles/webservers/files/levi/http.ntfy.simponic.hatecomputers.club.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/webservers/files/levi/http.ntfy.simponic.hatecomputers.club.conf b/roles/webservers/files/levi/http.ntfy.simponic.hatecomputers.club.conf new file mode 100644 index 0000000..0306736 --- /dev/null +++ b/roles/webservers/files/levi/http.ntfy.simponic.hatecomputers.club.conf @@ -0,0 +1,13 @@ +server { + listen 80; + server_name ntfy.simponic.hatecomputers.club; + + location /.well-known/acme-challenge { + root /var/www/letsencrypt; + try_files $uri $uri/ =404; + } + + location / { + rewrite ^ https://ntfy.simponic.hatecomputers.club$request_uri? permanent; + } +} |