This commit is contained in:
u00lipp
2025-10-27 12:14:15 +01:00
parent a207b01c12
commit aa6214f909
+1 -1
View File
@@ -42,7 +42,7 @@ server {
location ~ \.php$ { location ~ \.php$ {
include fastcgi_params; include fastcgi_params;
fastcgi_index index.php; fastcgi_index index.php;
fastcgi_pass unix:/run/php/php-fpm.sock; # <-- Matches Dockerfile sed change fastcgi_pass 127.0.0.1:9000; # <-- switch from socket to TCP
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
fastcgi_param DOCUMENT_ROOT $document_root; fastcgi_param DOCUMENT_ROOT $document_root;