1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/vikunja_ynh.git synced 2024-09-03 18:06:26 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-08-15 23:35:28 +02:00
parent 522c21b658
commit de2d3ac266
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -1,6 +1,6 @@
location / {
# Path to source
# Path to source
alias __FINALPATH__/ ;
# Force usage of https
@ -17,6 +17,6 @@ location / {
}
location ~* ^/(api|dav|\.well-known)/ {
proxy_pass http://127.0.0.1:__PORT__;
client_max_body_size 20M;
}
proxy_pass http://127.0.0.1:__PORT__;
client_max_body_size 20M;
}