Skip to content

Commit

Permalink
Fix typo in example.nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
wginolas committed Aug 10, 2023
1 parent a99a704 commit a3772cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/example.nginx.conf
Expand Up @@ -244,7 +244,7 @@ server {
proxy_hide_header 'X-Content-Type-Options';
proxy_hide_header 'Access-Control-Allow-Origin';
proxy_hide_header 'Permissions-Policy';
proxy_hide_header 'X-XSS-Protection';^
proxy_hide_header 'X-XSS-Protection';
proxy_pass http://localhost:3000;
}

Expand Down

0 comments on commit a3772cf

Please sign in to comment.