summaryrefslogtreecommitdiff
path: root/roles/private/files/johan/https.httpsms.internal.simponic.xyz.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/private/files/johan/https.httpsms.internal.simponic.xyz.conf')
-rw-r--r--roles/private/files/johan/https.httpsms.internal.simponic.xyz.conf4
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";