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:
Alexandre Aubin 2020-04-21 15:46:03 +02:00 committed by GitHub
parent b392efdf85
commit 194a0bb187
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,7 +75,7 @@ server {
root /dev/null;
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.
limit_except GET HEAD {
proxy_pass http://localhost:5290;