Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .docker/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ server {
fastcgi_index index.php;
include fastcgi_params;
fastcgi_read_timeout 300;
add_header X-Frame-Options "SAMEORIGIN";
add_header Content-Security-Policy "frame-ancestors 'none'";
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains; preload" always;
add_header X-Frame-Options "DENY";
add_header X-server-header "Powered by Jield - info@jield.nl";
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param PATH_INFO $fastcgi_path_info;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ PHP versions:

- 8.1.32 (only Azure container)
- 8.2.28
- 8.3.21
- 8.4.7
- 8.3.22
- 8.4.8

Azure containers contain an SSH server and default Azure credentials.
Johan van der Heide, Jield BV (johan.vanderheide@jield.nl)