unkown commit

This commit is contained in:
m.jalmoudy
2025-12-02 19:39:58 +03:30
parent dfb0658064
commit ed5a490387
27 changed files with 1200 additions and 114 deletions

View File

@@ -26,7 +26,7 @@ server {
# 3. Block to pass PHP scripts to PHP-FPM
location ~ \.php$ {
# This remains the same to execute any file ending in .php
fastcgi_pass app:9000; # 'app' is the name of your PHP-FPM service
fastcgi_pass php:9000; # 'php' is the name of your PHP-FPM service
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;