mirror of
https://github.com/YunoHost-Apps/rocketchat_ynh.git
synced 2024-09-03 20:16:25 +02:00
7 lines
236 B
Text
7 lines
236 B
Text
|
location / {
|
||
|
proxy_pass http://localhost:3000/;
|
||
|
proxy_set_header Host $host;
|
||
|
# be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf
|
||
|
proxy_buffering off;
|
||
|
}
|