@@ -7,8 +7,8 @@ SOGo being objective-C, the server I got it running on has no PHP installed on i
...
@@ -7,8 +7,8 @@ SOGo being objective-C, the server I got it running on has no PHP installed on i
This was the perfect opportunity to write a little python script and install uwsgi to be able to call that script through nginx.
This was the perfect opportunity to write a little python script and install uwsgi to be able to call that script through nginx.
Some extra info :
Some extra info :
* integration of jsxc in SOGo (sjsxc) documentation can be found on jsxc's github Wiki under [https://github.com/jsxc/jsxc/wiki/Install-sjsxc-%28SOGo%29](Install sjsxc (SOGo))
* integration of jsxc in SOGo (sjsxc) documentation can be found on jsxc's github Wiki under [Install sjsxc (SOGo)](https://github.com/jsxc/jsxc/wiki/Install-sjsxc-%28SOGo%29)
* a coturn server's configuration example can also be found on jsxc's github Wiki [https://github.com/jsxc/jsxc/wiki/WebRTC-how-to](WebRTC How To)
* a coturn server's configuration example can also be found on jsxc's github Wiki [WebRTC How To](https://github.com/jsxc/jsxc/wiki/WebRTC-how-to)
### How it works
### How it works
The cgi-bin directory contains all python-related files. Actual python files as well as the config files for uswgi and TURN authentication. Once everything is set up, anything reaching `/cgi-bin/*` will invariably result in a call to the python script wsgi.py, which itself is a callable for `getturncredentials.py`.
The cgi-bin directory contains all python-related files. Actual python files as well as the config files for uswgi and TURN authentication. Once everything is set up, anything reaching `/cgi-bin/*` will invariably result in a call to the python script wsgi.py, which itself is a callable for `getturncredentials.py`.