Skip to content

Commit 41c3b32

Browse files
author
Jovert Lota Palonpon
committed
wip
1 parent 0091906 commit 41c3b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ server {
99
location ~ \.php$ {
1010
try_files $uri =404;
1111
fastcgi_split_path_info ^(.+\.php)(/.+)$;
12-
fastcgi_pass lra-php:9000;
12+
fastcgi_pass laravel-react-admin-php:9000;
1313
fastcgi_index index.php;
1414
include fastcgi_params;
1515
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

0 commit comments

Comments
 (0)