This website requires JavaScript.
Explore
Help
Sign In
mrtoth
/
test-tutorial-framework
Watch
1
Star
0
Fork
0
You've already forked test-tutorial-framework
mirror of
https://github.com/avatao-content/test-tutorial-framework
synced
2024-11-15 05:37:17 +00:00
Code
Issues
Releases
Wiki
Activity
d597e4e004
test-tutorial-framework
/
solvable
/
nginx
/
webservice.conf
4 lines
66 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Strip old sqli example app and replace it with a simple login service
2018-04-25 09:52:42 +00:00
location /webservice/ {
Refactor webservice to use SQLAlchemy and other good stuff
2018-04-28 13:51:04 +00:00
proxy_pass http://127.0.0.1:11111/;
Strip old sqli example app and replace it with a simple login service
2018-04-25 09:52:42 +00:00
}
Reference in New Issue
Copy Permalink