mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2025-06-28 10:55:12 +00:00
Strip old sqli example app and replace it with a simple login service
This commit is contained in:
@ -1,3 +0,0 @@
|
||||
location = /login {
|
||||
proxy_pass http://127.0.0.1:${TFW_LOGIN_APP_PORT};
|
||||
}
|
3
solvable/nginx/webservice.conf
Normal file
3
solvable/nginx/webservice.conf
Normal file
@ -0,0 +1,3 @@
|
||||
location /webservice/ {
|
||||
proxy_pass http://127.0.0.1:6666/;
|
||||
}
|
Reference in New Issue
Block a user