summaryrefslogtreecommitdiff
path: root/roles/webservers/files/levi/http.static.simponic.xyz.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/webservers/files/levi/http.static.simponic.xyz.conf')
-rw-r--r--roles/webservers/files/levi/http.static.simponic.xyz.conf3
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;
}
}