mirror of
https://github.com/avatao-content/baseimage-tutorial-framework
synced 2024-11-05 16:21:20 +00:00
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
location = /terminal {
|
|
proxy_pass http://127.0.0.1:${TFW_TERMINADO_PORT};
|
|
proxy_http_version 1.1;
|
|
proxy_set_header Upgrade $http_upgrade;
|
|
proxy_set_header Connection "upgrade";
|
|
}
|