nginx: add German translation (#8895)

This commit is contained in:
Lukas
2022-10-11 02:50:13 +02:00
committed by GitHub
parent 3bebe109f4
commit b4d4272816
2 changed files with 28 additions and 4 deletions

View File

@@ -7,13 +7,13 @@
`nginx`
- Start server with a custom config file:
- Start server with a custom configuration file:
`nginx -c {{config_file}}`
`nginx -c {{configuration_file}}`
- Start server with a prefix for all relative paths in the config file:
- Start server with a prefix for all relative paths in the configuration file:
`nginx -c {{config_file}} -p {{prefix/for/relative/paths}}`
`nginx -c {{configuration_file}} -p {{prefix/for/relative/paths}}`
- Test the configuration without affecting the running server: