vapor-docs/docs/deploy
Alex Novikov e6dcb138c5
fixed missing s as per Python string expression syntax (#990)
supervisord uses the Python string expression syntax in its
configuration files, like this `%(ENV_X)s `
It's described here:
http://supervisord.org/configuration.html#environment-variables
In the "Deploy->Supervisor->Configure" section of the documentation the
final "s" were omitted:
https://docs.vapor.codes/deploy/supervisor/#configure
so copy-pasting this example was leading to wrong file names of the
logs.
For example, instead of the expected file name `hello-stdout.log` I had
the wrong `hellotdout.log`.
2024-07-04 12:16:45 +00:00
..
digital-ocean.md
digital-ocean.nl.md
digital-ocean.zh.md
docker.md
docker.nl.md
docker.zh.md
fly.md
fly.nl.md
fly.zh.md
heroku.md
heroku.nl.md
heroku.zh.md
nginx.md
nginx.nl.md
nginx.zh.md
supervisor.md
supervisor.nl.md
supervisor.zh.md
systemd.md
systemd.nl.md
systemd.zh.md