diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 22:16:04 -0400 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2024-10-14 22:16:04 -0400 |
commit | 27213e690c9e64bdc6084bb4daa3e1589b01f4d0 (patch) | |
tree | c1c3a58151247e924c72782faf0fc0860ed2b272 /roles/webservers/files/levi/https.party.simponic.xyz.conf | |
parent | e083b30ea26e59a954085bbafbb311b10b241ad3 (diff) | |
download | oldinfra-27213e690c9e64bdc6084bb4daa3e1589b01f4d0.tar.gz oldinfra-27213e690c9e64bdc6084bb4daa3e1589b01f4d0.zip |
woah
Diffstat (limited to 'roles/webservers/files/levi/https.party.simponic.xyz.conf')
-rw-r--r-- | roles/webservers/files/levi/https.party.simponic.xyz.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/webservers/files/levi/https.party.simponic.xyz.conf b/roles/webservers/files/levi/https.party.simponic.xyz.conf index 1896024..b0f85d7 100644 --- a/roles/webservers/files/levi/https.party.simponic.xyz.conf +++ b/roles/webservers/files/levi/https.party.simponic.xyz.conf @@ -1,5 +1,5 @@ server { - listen 443 ssl; + listen 4443 ssl; server_name party.simponic.xyz; ssl_certificate /etc/letsencrypt/live/party.simponic.xyz/fullchain.pem; |