forked from leftypol/leftypol
docker: extract the vichan directory and make it optionally exposable
This commit is contained in:
parent
6ba2c7cf42
commit
df7d7e1d3c
6 changed files with 147 additions and 41 deletions
4
docker/doc.md
Normal file
4
docker/doc.md
Normal file
|
@ -0,0 +1,4 @@
|
|||
The `php-fpm` process runs containerized.
|
||||
The php application always uses `/var/www` as it's work directory and home folder, and if `/var/www` is bind mounted it
|
||||
is necessary to adjust the path passed via FastCGI to `php-fpm` by changing the root directory to `/var/www`.
|
||||
This can achieved in nginx by setting the `fastcgi_param SCRIPT_FILENAME` to `/var/www/$fastcgi_script_name;`
|
Loading…
Add table
Add a link
Reference in a new issue