summaryrefslogtreecommitdiff
path: root/roles/webservers/files/levi/https.simponic.xyz.conf
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-27 23:41:11 -0400
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-27 23:41:11 -0400
commit9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b (patch)
tree524479f5d809b1b8fd29f75d7a732be8567bc2a1 /roles/webservers/files/levi/https.simponic.xyz.conf
parentf9d62cc8a792b7b1a2c52a7d8102895473b3c72a (diff)
downloadoldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.tar.gz
oldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.zip
borg
Diffstat (limited to 'roles/webservers/files/levi/https.simponic.xyz.conf')
-rw-r--r--roles/webservers/files/levi/https.simponic.xyz.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webservers/files/levi/https.simponic.xyz.conf b/roles/webservers/files/levi/https.simponic.xyz.conf
index 09c59ce..8930168 100644
--- a/roles/webservers/files/levi/https.simponic.xyz.conf
+++ b/roles/webservers/files/levi/https.simponic.xyz.conf
@@ -17,7 +17,7 @@ server {
ssl_dhparam /etc/nginx/dhparams.pem;
ssl_prefer_server_ciphers on;
- root /var/www/html/static.simponic.xyz;
+ root /var/www/html/simponic.xyz;
location / {
try_files $uri $uri/ $uri.html =404;