1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2025-01-18 17:10:33 +00:00
Arsse/dist/apache/arsse.conf

12 lines
436 B
Text
Raw Normal View History

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