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:
parent
522c21b658
commit
de2d3ac266
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue