From efc919065eb3fcf142007c863542e1b8858b259e Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Tue, 14 Jan 2025 01:55:49 -0500 Subject: [PATCH] fix httpsms --- .../files/johan/https.httpsms.internal.simponic.xyz.conf | 4 ++-- 1 file 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";