dcow-site/httpd.conf

12 lines
231 B
ApacheConf

ServerName 127.0.0.1
Alias /screenshots /data/screenshots
<Directory /data/screenshots>
Require all granted
</Directory>
ProxyPass /screenshots !
ProxyPass / http://127.0.0.1:8000/
ProxyPassReverse / http://127.0.:0.1:8000/