Préparer le paquet Globinours 1.0.0-rc.3
This commit is contained in:
parent
00f9eece9a
commit
0cf7c23681
14 changed files with 53 additions and 40 deletions
|
|
@ -1,12 +1,13 @@
|
|||
location __PATH__/ {
|
||||
alias __INSTALL_DIR__/public/;
|
||||
index index.php;
|
||||
client_max_body_size 260M;
|
||||
try_files $uri $uri/ __PATH__/index.php?$query_string;
|
||||
location ~ /\. { deny all; }
|
||||
location = __PATH__/index.php {
|
||||
include fastcgi_params;
|
||||
fastcgi_param SCRIPT_FILENAME __INSTALL_DIR__/public/index.php;
|
||||
fastcgi_param HTTP_PROXY "";
|
||||
fastcgi_pass unix:/var/run/php/php8.2-fpm-__APP__.sock;
|
||||
fastcgi_pass unix:/var/run/php/php__PHP_VERSION__-fpm-__APP__.sock;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue