# README for outbound
This project is a small Flask app that merely redirects to the link farther down the URL. The purpose is to enable my web server to record visits to outbound links. This is not a URL shortener or obfuscator. It's a cheap way for me to see what links my site vistors use, without using javascript.
## Upstream
The original project is at
You should be redirected automatically to target URL: http://server3/. If not click the link.
## Improvements
* Provide an apache wsgi config?
* Provide an nginx wsgi config?
## Dependencies
For the web app:
* apache with `mod_wsgi`
* python3-flask
## References
1. [fuss.conf.example](https://bgstack15.ddns.net/cgit/fuss/tree/fuss.conf.example)
2. [fuss.py](https://bgstack15.ddns.net/cgit/fuss/tree/fuss.py)
3. [coupons_web.py](https://bgstack15.ddns.net/cgit/coupons/tree/coupons_web.py)
4.