Fix typo in example.nginx.conf

This commit is contained in:
Wolfgang Ginolas 2023-08-10 16:00:24 +02:00
parent a99a704398
commit a3772cf92c
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}