mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 21:22:40 +00:00
29fb134633
This sorts out HTTP servers, hopefully. Adaptation for systemd and documentation are still required
6 lines
No EOL
384 B
Text
6 lines
No EOL
384 B
Text
ProxyPreserveHost On
|
|
ProxyFCGISetEnvIf "true" SCRIPT_FILENAME "/usr/share/webapps/arsse/arsse.php"
|
|
ProxyFCGISetEnvIf "-n req('Authorization')" HTTP_AUTHORIZATION "%{req:Authorization}"
|
|
|
|
# Modify the below line to begin with "unix:/run/php-fpm-legacy/" if using the php-legacy package
|
|
ProxyPass "unix:/run/php/arsse.sock|fcgi://localhost/usr/share/webapps/arsse/" |