Docker config

This commit is contained in:
erishBRBS 2025-03-26 11:18:35 +08:00
parent 8b9fd71ff0
commit 754a9c2821
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ server {
location ~ \.php$ {
include fastcgi_params;
fastcgi_pass laravel-12-docker:9000; # Matches your Laravel app container
fastcgi_pass app:9000; # Matches your Laravel app container
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
}