dansan / spring-replay-site

Website to upload, comment and download replays from/for the SpringRTS engine
http://replays.springrts.com/
GNU General Public License v3.0
11 stars 1 forks source link

use gunicorn instead of mod_wsgi #97

Closed dansan closed 7 years ago

dansan commented 8 years ago

better for dev and safer

dansan commented 7 years ago

Example Apache conf: apache_conf.txt

You'll have to enable mod_proxy, proxy_balancer, mod_proxy_http.

Gunicorn can be managed by different systems: http://docs.gunicorn.org/en/stable/deploy.html#monitoring You'll have to run it like this: "gunicorn --reload srs.wsgi".