Removed nginx container. Added supervisord and nginx to build.

This commit is contained in:
2026-01-19 13:09:48 +00:00
parent 3e0c5d2ecc
commit 1e53a1a74e
11 changed files with 135 additions and 22 deletions

View File

@@ -0,0 +1,5 @@
add_header Content-Security-Policy "default-src 'self'; font-src *;img-src * data:; script-src * 'unsafe-eval'; style-src * 'unsafe-inline'";
add_header X-Frame-Options "SAMEORIGIN";
add_header X-Content-Type-Options nosniff;
add_header Referrer-Policy "strict-origin";
add_header Permissions-Policy "geolocation=(),midi=(),sync-xhr=(),microphone=(),camera=(),magnetometer=(),gyroscope=(),fullscreen=(self),payment=()";