module documentation
Server control.
Following workflows are supported:
Server start. This is called only once upon the container start.
- (empty TMP_DIR completely in bin/gws)
- configure
- store the config
- write server configs
- (the actual invocation of the server start script takes place in bin/gws)
Server reconfigure. Can be called anytime, e.g. by the monitor
- configure
- store the config
- write server configs
- empty the TRANSIENT_DIR
- reload all uwsgis
- reload nginx
Server reload. Can be called anytime, e.g. by the monitor
- write server configs
- empty the TRANSIENT_DIR
- reload all uwsgis
- reload nginx
Configure (debugging)
- configure
- store the config
Configtest (debugging)
- configure
Function | configure |
Undocumented |
Function | configure |
Undocumented |
Function | reconfigure |
Undocumented |
Function | reload |
Undocumented |
Function | reload |
Undocumented |
Function | reload |
Undocumented |
Function | server |
Undocumented |
Function | start |
Undocumented |
Constant | SERVER |
Undocumented |
Constant | _FALLBACK |
Undocumented |