mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Clarify exactly what "older Debians" is
This is relevant because Debian 11 (Bullseye) is not yet released
This commit is contained in:
parent
6c11c9e485
commit
e75e0dfd2f
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ sudo dpkg-reconfigure arsse
|
||||||
|
|
||||||
# Web server configuration
|
# Web server configuration
|
||||||
|
|
||||||
Sample configuration for both Nginx and Apache HTTP Server can be found in `/etc/arsse/nginx/` and `/etc/arsse/apache/`, respectively. The `example.conf` files are basic virtual host examples; the other files they include should normally be usable without modification, but may be modified if needed or desired. In particularly users of older Debians may need to change the PHP-FPM socket path in Nginx or Apache's `arsse.conf`.
|
Sample configuration for both Nginx and Apache HTTP Server can be found in `/etc/arsse/nginx/` and `/etc/arsse/apache/`, respectively. The `example.conf` files are basic virtual host examples; the other files they include should normally be usable without modification, but may be modified if needed or desired. In particularly users of systems older than Debian 11 (Bullseye) or Ubuntu 20.04 (Focal Fossa) or derivatives will need to change the PHP-FPM socket path in Nginx or Apache's `arsse.conf`.
|
||||||
|
|
||||||
In order to use Apache HTTP Server the FastCGI proxy module must be enabled and the server restarted:
|
In order to use Apache HTTP Server the FastCGI proxy module must be enabled and the server restarted:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue