UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
c13cef00
Commit
c13cef00
authored
Aug 26, 2021
by
Baban Faraj
Committed by
graham.smith
Aug 26, 2021
Browse files
BULL-1172 | T572: Check for symlinks before opening files
parent
351731e8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
nginx/nginx.conf
nginx/nginx.conf
+1
-0
No files found.
nginx/nginx.conf
View file @
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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment