mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Fix typo in example.nginx.conf
This commit is contained in:
parent
a99a704398
commit
a3772cf92c
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user