Fix authenticated City Analysis queries
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user