diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-12 23:44:08 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-01-12 23:44:08 -0700 |
commit | a186fa380857ca821cf6e902a7b1b77237fb1a38 (patch) | |
tree | 716b7660dbb9eca521955084af45f1cc58772f56 /roles/webservers/files/levi/http.static.simponic.xyz.conf | |
parent | 780250947310321beb32149d09d4deb568cb2820 (diff) | |
download | oldinfra-a186fa380857ca821cf6e902a7b1b77237fb1a38.tar.gz oldinfra-a186fa380857ca821cf6e902a7b1b77237fb1a38.zip |
static.simponic -> simponic.xyz
Diffstat (limited to 'roles/webservers/files/levi/http.static.simponic.xyz.conf')
-rw-r--r-- | roles/webservers/files/levi/http.static.simponic.xyz.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/webservers/files/levi/http.static.simponic.xyz.conf b/roles/webservers/files/levi/http.static.simponic.xyz.conf index 89b725f..7572d31 100644 --- a/roles/webservers/files/levi/http.static.simponic.xyz.conf +++ b/roles/webservers/files/levi/http.static.simponic.xyz.conf @@ -1,6 +1,7 @@ server { listen 80; server_name static.simponic.xyz; + server_name simponic.xyz; location /.well-known/acme-challenge { root /var/www/letsencrypt; @@ -8,6 +9,6 @@ server { } location / { - rewrite ^ https://static.simponic.xyz$request_uri? permanent; + rewrite ^ https://simponic.xyz$request_uri? permanent; } } |