1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-23 17:12:41 +00:00
Arsse/dist/apache/arsse.conf

12 lines
436 B
Text
Raw Normal View History

2021-05-25 19:13:18 +00:00
DocumentRoot "/usr/share/arsse/www"
<Directory "/usr/share/arsse/www">
Require all granted
</Directory>
2021-05-25 19:13:18 +00:00
Define ARSSE_PROXY "unix:/var/run/php/arsse.sock|fcgi://localhost/usr/share/arsse/"
ProxyPreserveHost On
2021-05-25 21:03:08 +00:00
ProxyFCGISetEnvIf "true" SCRIPT_FILENAME "/usr/share/arsse/arsse.php"
ProxyFCGISetEnvIf "-n req('Authorization')" HTTP_AUTHORIZATION "%{req:Authorization}"
2021-05-25 19:13:18 +00:00
Include "/etc/arsse/apache/arsse-loc.conf"