loc-nocache

This commit is contained in:
Devaev Maxim 2018-12-18 03:04:53 +03:00
parent 876c89609f
commit 31982bd99a
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
include /etc/nginx/loc-nocache.conf;

View File

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