1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/signaturepdf_ynh.git synced 2024-09-03 20:25:57 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-06-05 14:55:09 +02:00
parent 1a1c7a3df3
commit 02aa2cbe41
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -2,13 +2,13 @@
location __PATH__/ {
# Path to source
root __FINALPATH__/public/ ;
alias __FINALPATH__/public/ ;
index index.php;
client_max_body_size 50M;
try_files $uri $uri/ /index.php?$query_string;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;