diff --git a/docker/front.conf b/docker/front.conf index 46757715..c680da0f 100644 --- a/docker/front.conf +++ b/docker/front.conf @@ -16,14 +16,14 @@ server { root /ql/static/dist; ssl_session_timeout 5m; - location QL_BASE_URL/api/public { + location QL_BASE_URL/api/public/ { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://publicApi/api/public/; } - location QL_BASE_URL/api { + location QL_BASE_URL/api/ { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; @@ -33,7 +33,7 @@ server { proxy_set_header Connection $connection_upgrade; } - location QL_BASE_URL/open { + location QL_BASE_URL/open/ { proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;