diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-27 23:41:11 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-04-27 23:41:11 -0400 |
commit | 9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b (patch) | |
tree | 524479f5d809b1b8fd29f75d7a732be8567bc2a1 /roles/webservers/files/levi/https.simponic.hatecomputers.club.conf | |
parent | f9d62cc8a792b7b1a2c52a7d8102895473b3c72a (diff) | |
download | oldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.tar.gz oldinfra-9ac6be27c5a2e32fe3770590283cfc6b1b7dfe8b.zip |
borg
Diffstat (limited to 'roles/webservers/files/levi/https.simponic.hatecomputers.club.conf')
-rw-r--r-- | roles/webservers/files/levi/https.simponic.hatecomputers.club.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webservers/files/levi/https.simponic.hatecomputers.club.conf b/roles/webservers/files/levi/https.simponic.hatecomputers.club.conf index a59145b..fa0f6ab 100644 --- a/roles/webservers/files/levi/https.simponic.hatecomputers.club.conf +++ b/roles/webservers/files/levi/https.simponic.hatecomputers.club.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; |