This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
larpe/larpe/tags/release-1.1.1/conf/apache2-vhost-larpe-common

20 lines
332 B
Plaintext

# Static files
DocumentRoot /usr/share/larpe/web/
# Python application
SCGIMount / 127.0.0.1:3007
# Static files for larpe
<Location /larpe/>
ProxyPass !
SCGIHandler off
</Location>
# Larpe python application
<Location /liberty/>
ProxyPass !
</Location>
# No gzip compression
RequestHeader unset Accept-Encoding