mirror of
https://github.com/Luzifer/nginx-sso.git
synced 2024-11-09 09:50:01 +00:00
Updated Using nginx sso with haproxy and SPOE (markdown)
parent
b111f0ac53
commit
272abd3044
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ docker run \
|
|||
|
||||
### spoe-server python script
|
||||
|
||||
A python script is used as the glue between `haproxy-spoe-server` and `nginx-sso`. After deploying the haproxy-spoe-server docker container, replace the content of `spoe_python.py` in the `/data` volume (`/srv/spoe-server/spoe_python.py` if you used the above command) with the following, then restart the `haproxy-spoa-server` container:
|
||||
A python script is used as the glue between `haproxy-spoe-server` and `nginx-sso`. After deploying the `haproxy-spoe-server` container, replace the content of `spoe_python.py` in the `/data` volume (`/srv/spoe-server/spoe_python.py` if you used the above command) with the following, then restart the container:
|
||||
|
||||
```python
|
||||
import spoa
|
||||
|
|
Loading…
Reference in a new issue