2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 13:09:01 +00:00

Merge branch 'master' of https://github.com/frappe/bench into vm_fixes

This commit is contained in:
Saurabh 2019-03-07 19:04:30 +05:30
commit f7a095b0f9

View File

@ -35,6 +35,8 @@ server {
ssl_prefer_server_ciphers on; ssl_prefer_server_ciphers on;
{% endif %} {% endif %}
add_header X-Frame-Options "SAMEORIGIN";
location /assets { location /assets {
try_files $uri =404; try_files $uri =404;
} }