mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Fix nginx config for xmpp-upload.
This commit is contained in:
parent
748dcfd8c5
commit
cf3b98b523
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,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