1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/2FAuth_ynh.git synced 2024-09-03 20:36:18 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2022-06-01 18:15:28 +02:00
parent fdf64fc157
commit 6199ec901b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,7 +1,7 @@
location / {
# Path to source
alias __FINALPATH__/public/;
root __FINALPATH__/public/;
index index.php;
@ -14,7 +14,7 @@ location / {
error_page 404 /index.php;
try_files $uri $uri/ /index.php;
try_files $uri $uri/ /index.php?$query_string;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;