dep: php 8.2
This commit is contained in:
@@ -25,6 +25,7 @@ server {
|
||||
include fastcgi_params;
|
||||
fastcgi_pass board:9000;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param REMOTE_ADDR $http_x_real_ip;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
}
|
||||
}
|
||||
@@ -36,6 +37,7 @@ server {
|
||||
proxy_read_timeout 600;
|
||||
fastcgi_pass app:9000;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param REMOTE_ADDR $http_x_real_ip;
|
||||
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user