From 48717eeabd9923101c2df10f2f700815fbb342b3 Mon Sep 17 00:00:00 2001 From: Starystars67 Date: Thu, 2 Apr 2026 02:53:16 +0100 Subject: [PATCH] Update nginx.conf --- nginx.conf | 7 ------- 1 file changed, 7 deletions(-) diff --git a/nginx.conf b/nginx.conf index fee0a13..061378f 100644 --- a/nginx.conf +++ b/nginx.conf @@ -15,13 +15,6 @@ server { add_header Permissions-Policy "camera=(), microphone=(), geolocation=()" always; add_header Content-Security-Policy "default-src 'self'; img-src 'self' data: https:; script-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self' data:; connect-src 'self' https://backend.beammp.com; object-src 'none'; base-uri 'self'; frame-ancestors 'none'" always; - location /installer/ { - default_type application/octet-stream; - add_header Content-Disposition 'attachment; filename="BeamMP_Installer.msi"' always; - add_header Cache-Control "public, max-age=3600" always; - try_files $uri =404; - } - location ^~ /installer/ { try_files $uri =404; }