File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
admin_manual/installation Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Version 2024 -07-17
1+ # Version 2025 -07-23
22
33upstream php-handler {
44 server 127.0.0.1:9000;
@@ -179,7 +179,6 @@ server {
179179 add_header X-Frame-Options "SAMEORIGIN" always;
180180 add_header X-Permitted-Cross-Domain-Policies "none" always;
181181 add_header X-Robots-Tag "noindex, nofollow" always;
182- add_header X-XSS-Protection "1; mode=block" always;
183182 access_log off; # Optional: Don't log access to assets
184183 }
185184
Original file line number Diff line number Diff line change 1+ # Version 2025-07-23
2+
13upstream php-handler {
24 server 127.0.0.1:9000;
35 #server unix:/run/php/php8.2-fpm.sock;
@@ -176,7 +178,6 @@ server {
176178 add_header X-Frame-Options "SAMEORIGIN" always;
177179 add_header X-Permitted-Cross-Domain-Policies "none" always;
178180 add_header X-Robots-Tag "noindex, nofollow" always;
179- add_header X-XSS-Protection "1; mode=block" always;
180181 access_log off; # Optional: Don't log access to assets
181182 }
182183
You can’t perform that action at this time.
0 commit comments