mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
We need that trailing / for the download of files to actually work, c.f. feedback in 3.8 post on the forum
This commit is contained in:
parent
b392efdf85
commit
194a0bb187
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ server {
|
||||||
root /dev/null;
|
root /dev/null;
|
||||||
|
|
||||||
location /upload/ {
|
location /upload/ {
|
||||||
alias /var/xmpp-upload/{{ domain }}/upload;
|
alias /var/xmpp-upload/{{ domain }}/upload/;
|
||||||
# Pass all requests to metronome, except for GET and HEAD requests.
|
# Pass all requests to metronome, except for GET and HEAD requests.
|
||||||
limit_except GET HEAD {
|
limit_except GET HEAD {
|
||||||
proxy_pass http://localhost:5290;
|
proxy_pass http://localhost:5290;
|
||||||
|
|
Loading…
Add table
Reference in a new issue