Skip to content

Commit

Permalink
Merge pull request #36 from weni-ai/feat/update-csp-config
Browse files Browse the repository at this point in the history
[ENGAGE-1238] Add security headers
  • Loading branch information
mateuseduardomedeiros authored Jul 22, 2024
2 parents 5ba4730 + 9c4c761 commit a78f559
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ http {
access_log /var/log/nginx/access.log main;

server {
include /usr/share/nginx/html/headers;
listen 8080;
server_name localhost;
client_max_body_size 32m;
Expand Down

0 comments on commit a78f559

Please sign in to comment.