You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2018. It is now read-only.
Basically it would be nice to have the tvhproxy support launching multiple servers based on a configurable port from the same py script.
I know I can just make multiple copies of the tvhproxy.py files, edit the "http = WSGIServer((config['bindAddr'], 5004), app.wsgi_app)" line directly, and launch each one individually.
Just thought it would be cleaner from just one launch
The text was updated successfully, but these errors were encountered:
I may do a pull request for this.
Basically it would be nice to have the tvhproxy support launching multiple servers based on a configurable port from the same py script.
I know I can just make multiple copies of the tvhproxy.py files, edit the "http = WSGIServer((config['bindAddr'], 5004), app.wsgi_app)" line directly, and launch each one individually.
Just thought it would be cleaner from just one launch
The text was updated successfully, but these errors were encountered: