Update SVR.JS documentation to include more PHP-FPM information
This commit is contained in:
parent
fd3fe96309
commit
2fb4ba6078
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
||||
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
|
||||
|
||||
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)
|
||||
|
|
Reference in a new issue