configpolicy/roles/zezere/files/zezere.httpd.conf

15 lines
231 B
ApacheConf

# vim: set ft=apache :
WSGIDaemonProcess zezere \
user=zezere \
group=zezere \
display-name=%{GROUP}
WSGIScriptAlias / /usr/local/share/zezere.wsgi \
process-group=zezere
<Location />
Require all granted
</Location>