1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00

Merge branch 'testing' of https://github.com/YunoHost-Apps/moodle_ynh into testing

This commit is contained in:
ericgaspar 2021-08-29 18:37:34 +02:00
commit 632933b13d
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,3 +1,4 @@
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ { location __PATH__/ {
# Path to source # Path to source
@ -8,8 +9,6 @@ location __PATH__/ {
rewrite ^ https://$server_name$request_uri? permanent; rewrite ^ https://$server_name$request_uri? permanent;
} }
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
index index.php; index index.php;
client_max_body_size 1G; client_max_body_size 1G;