Update SVR.JS documentation to include more PHP-FPM information

This commit is contained in:
Dorian Niemiec 2024-05-10 19:44:55 +02:00
parent fd3fe96309
commit 2fb4ba6078

View file

@ -830,6 +830,8 @@ And configure _greenrhombus-scriptexts.json_ like this:
PHP-FPM may run on different user than SVR.JS web server, so you may need to set permissions for the user, which PHP-FPM runs on. PHP-FPM may run on different user than SVR.JS web server, so you may need to set permissions for the user, which PHP-FPM runs on.
If you are using PHP-FPM only for SVR.JS, you can set the _listen.owner_ and _listen.group_ properties to _svrjs_ in the PHP-FPM configuration file (e.g. _/etc/php/8.2/fpm/pool.d/www__.conf_).
### Forward proxy notes ### Forward proxy notes
In order to use SVR.JS as a forward proxy, you need to install forward-proxy-mod SVR.JS mod. [Download this mod.](https://svrjs.org/mods) In order to use SVR.JS as a forward proxy, you need to install forward-proxy-mod SVR.JS mod. [Download this mod.](https://svrjs.org/mods)