csrf error solve. try 2

This commit is contained in:
Frank
2026-01-10 13:37:14 +01:00
parent 47091cd4e3
commit 09b7e78fdd
6 changed files with 69 additions and 4 deletions

View File

@@ -44,9 +44,11 @@ services:
container_name: escapepage-nginx
ports:
- "8080:80"
- "8443:443"
volumes:
- ../:/var/www/html:ro
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
- ./nginx/ssl:/etc/nginx/ssl:ro
- /etc/hosts:/etc/hosts:ro
depends_on:
- php