UNCLASSIFIED

Commit b3f8835a authored by graham.smith's avatar graham.smith
Browse files

Merge branch 'BULL-1172' into 'master'

BULL-1172 | T572: Check for symlinks before opening files

See merge request !140
parents 351731e8 c13cef00
...@@ -13,6 +13,7 @@ http { ...@@ -13,6 +13,7 @@ http {
access_log /var/log/nginx/access.log main; access_log /var/log/nginx/access.log main;
sendfile on; sendfile on;
keepalive_timeout 65; keepalive_timeout 65;
disable_symlinks on;
# Application Security Headers # Application Security Headers
server { server {
include /etc/nginx/snippets/nginx-security.conf; include /etc/nginx/snippets/nginx-security.conf;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment