diff options
author | Devaev Maxim <[email protected]> | 2018-12-18 03:04:53 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-12-18 03:04:53 +0300 |
commit | 31982bd99a3f2114c47bfc24e5aa8e5ada1da83b (patch) | |
tree | 07fe637d431a3c1cc826da766bf0b562029fbb4c | |
parent | 876c89609f39c87f29dcf3c6659bff52597ce9dd (diff) |
loc-nocache
-rw-r--r-- | configs/nginx/loc-nocache.conf | 1 | ||||
-rw-r--r-- | configs/nginx/nginx.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/nginx/loc-nocache.conf b/configs/nginx/loc-nocache.conf new file mode 100644 index 00000000..b088783b --- /dev/null +++ b/configs/nginx/loc-nocache.conf @@ -0,0 +1 @@ +include /etc/nginx/loc-nocache.conf; diff --git a/configs/nginx/nginx.conf b/configs/nginx/nginx.conf index 5f81234f..abc8c256 100644 --- a/configs/nginx/nginx.conf +++ b/configs/nginx/nginx.conf @@ -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 { |