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 Fix Swiftly links (#984) 2024-06-12 15:37:07 -05:00
digital-ocean.nl.md Remove all old references to the toolbox (#804) 2023-04-28 21:09:42 +00:00
digital-ocean.zh.md Fix Swiftly links (#984) 2024-06-12 15:37:07 -05:00
docker.md Support Chinese doc for Vapor. (#664) 2022-05-15 05:07:28 +01:00
docker.nl.md Add dutch translation (#667) 2022-08-12 14:42:58 +02:00
docker.zh.md fix annotation style (#725) 2022-09-05 21:10:20 +08:00
fly.md Update docs for new template (#795) 2023-04-27 20:16:32 +01:00
fly.nl.md Update docs for new template (#795) 2023-04-27 20:16:32 +01:00
fly.zh.md Update docs for new template (#795) 2023-04-27 20:16:32 +01:00
heroku.md Update heroku.md (#835) 2023-06-15 15:40:37 +00:00
heroku.nl.md Translate a multitude of Issues to dutch (#864) 2023-07-23 23:57:31 +02:00
heroku.zh.md Update cn doc (#840) 2023-07-04 20:05:37 +02:00
nginx.md Update nginx.md to remove duplicate (#752) 2022-11-10 13:30:08 +01:00
nginx.nl.md Update nginx.md to remove duplicate (#752) 2022-11-10 13:30:08 +01:00
nginx.zh.md Update nginx.md to remove duplicate (#752) 2022-11-10 13:30:08 +01:00
supervisor.md fixed missing s as per Python string expression syntax (#990) 2024-07-04 12:16:45 +00:00
supervisor.nl.md fixed missing s as per Python string expression syntax (#990) 2024-07-04 12:16:45 +00:00
supervisor.zh.md fixed missing s as per Python string expression syntax (#990) 2024-07-04 12:16:45 +00:00
systemd.md Remove outdated vapor run reference (#801) 2023-04-28 20:55:18 +00:00
systemd.nl.md Fix Redis links (#838) 2023-06-20 16:11:03 +01:00
systemd.zh.md Fix Redis links (#838) 2023-06-20 16:11:03 +01:00