1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2020-12-01 12:14:47 +01:00
parent c95ef8b2aa
commit 35e98c0925
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -11,6 +11,10 @@ location __PATH__/ {
index index.php;
if (!-f $request_filename) {
rewrite ^ __PATH__/index.php last;
}
try_files $uri $uri/ __PATH__//__PATH__/index.php$is_args$args;
location ~ [^/]\.php(/|$) {