diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-14 01:55:49 -0500 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-14 01:55:49 -0500 |
commit | efc919065eb3fcf142007c863542e1b8858b259e (patch) | |
tree | 8894710d1a4e5dfdd70e45d01cd29015df50e4e1 | |
parent | 47ae33a8c8a724168c0c813a0ea89bae13a60f59 (diff) | |
download | oldinfra-efc919065eb3fcf142007c863542e1b8858b259e.tar.gz oldinfra-efc919065eb3fcf142007c863542e1b8858b259e.zip |
fix httpsms
-rw-r--r-- | roles/private/files/johan/https.httpsms.internal.simponic.xyz.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/private/files/johan/https.httpsms.internal.simponic.xyz.conf b/roles/private/files/johan/https.httpsms.internal.simponic.xyz.conf index c92b032..380288e 100644 --- a/roles/private/files/johan/https.httpsms.internal.simponic.xyz.conf +++ b/roles/private/files/johan/https.httpsms.internal.simponic.xyz.conf @@ -30,8 +30,8 @@ server { add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always; } - location /api/ { - proxy_pass http://127.0.0.1:33222/; + location /v1/ { + proxy_pass http://127.0.0.1:33222; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; |