mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 10:55:12 +00:00
Initial commit, first version of test TFW project
This commit is contained in:
3
solvable/nginx/components/login.conf
Normal file
3
solvable/nginx/components/login.conf
Normal file
@ -0,0 +1,3 @@
|
||||
location = /login {
|
||||
proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT};
|
||||
}
|
6
solvable/nginx/components/terminal.conf
Normal file
6
solvable/nginx/components/terminal.conf
Normal file
@ -0,0 +1,6 @@
|
||||
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";
|
||||
}
|
Reference in New Issue
Block a user