mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Update nginx.conf
This commit is contained in:
parent
4e00133149
commit
0938711b80
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ location __PATH__/ {
|
|||
|
||||
index index.php index.html index.htm;
|
||||
|
||||
try_files $uri $uri/ __PATH__/yourls-loader.php$is_args$args;
|
||||
try_files $uri $uri/ __PATH__/yourls-loader.php;
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
|
|
Loading…
Reference in a new issue