mirror of
https://github.com/YunoHost-Apps/lychee_ynh.git
synced 2024-09-03 19:36:36 +02:00
Merge branch 'master' into testing
This commit is contained in:
commit
b8fed9ece8
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ location ^~ __PATH__/ {
|
||||||
client_max_body_size 512M;
|
client_max_body_size 512M;
|
||||||
proxy_max_temp_file_size2048M;
|
proxy_max_temp_file_size2048M;
|
||||||
|
|
||||||
try_files $uri $uri/ @lychee;
|
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
|
||||||
|
|
||||||
location ~ \.php$ {
|
location ~ \.php$ {
|
||||||
if (!-e $request_filename) {
|
if (!-e $request_filename) {
|
||||||
rewrite ^__PATH__/?(.*)$ __PATH__/index.php?/$1 last;
|
rewrite ^__PATH__/?(.*)$ __PATH__/index.php?/$1 last;
|
||||||
|
|
Loading…
Reference in a new issue