UNCLASSIFIED

Commit c13cef00 authored by Baban Faraj's avatar Baban Faraj Committed by graham.smith
Browse files

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

parent 351731e8
......@@ -13,6 +13,7 @@ http {
access_log /var/log/nginx/access.log main;
sendfile on;
keepalive_timeout 65;
disable_symlinks on;
# Application Security Headers
server {
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