nginx: disabled cache for the /login location

This commit is contained in:
Maxim Devaev 2025-02-10 20:21:16 +02:00
parent 4c9c98c6ab
commit dc1c6c0fcf

View File

@ -24,6 +24,7 @@ location @login {
location /login { location /login {
root /usr/share/kvmd/web; root /usr/share/kvmd/web;
include /etc/kvmd/nginx/loc-nocache.conf;
auth_request off; auth_request off;
} }