From 53a7d9ac5208bea4a30d427cb9852a7a0a6e542f Mon Sep 17 00:00:00 2001 From: lapineige Date: Mon, 12 Jun 2023 22:35:41 +0200 Subject: [PATCH] Fix typo --- conf/nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 8120fe3..2a4dc5a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -51,7 +51,8 @@ location ~ ^/(media|proxy) { more_set_headers "Content-Security-Policy : script-src 'none'; default-src 'none'; upgrade-insecure-requests; base-uri 'none'; form-action 'none'; 'sandbox';"; proxy_pass http://localhost:__PORT__; -======= +} + location ~ ^/(proxy|media) { more_set_headers "Content-Security-Policy : default-src 'none'; upgrade-insecure-requests; sandbox;"; }