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

log off on bosh url

This commit is contained in:
titoko titoko 2013-11-29 09:52:44 +01:00
parent fcf658ab50
commit 8d17ed8254

View file

@ -16,4 +16,5 @@ location /PATHTOCHANGE/http-bind {
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_buffering off; proxy_buffering off;
tcp_nodelay on; tcp_nodelay on;
access_log off;
} }