Docker config
This commit is contained in:
parent
8b9fd71ff0
commit
754a9c2821
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue