1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00

Update nginx.conf

This commit is contained in:
Éric Gaspar 2023-01-14 19:58:04 +01:00
parent 350160b2a1
commit 2e7a3400ab

View file

@ -2,7 +2,7 @@
location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
alias __FINALPATH__/;
index index.php;
client_max_body_size 50M;