Fix authenticated City Analysis queries

This commit is contained in:
b0txec
2026-08-22 12:32:27 +03:00
parent 36d094ebdc
commit df911f14eb
6 changed files with 94 additions and 9 deletions
@@ -37,6 +37,12 @@ server {
include /etc/nginx/snippets/weathertool-authelia-location.conf;
location /api/ {
include /etc/nginx/snippets/weathertool-proxy.conf;
include /etc/nginx/snippets/weathertool-authelia-api-authrequest.conf;
proxy_pass http://127.0.0.1:8002;
}
location / {
include /etc/nginx/snippets/weathertool-proxy.conf;
include /etc/nginx/snippets/weathertool-authelia-authrequest.conf;