mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
fix typo nignx -> nginx (#2144)
This commit is contained in:
committed by
Michael Hobbs
parent
33dd90a091
commit
7a36ecf196
@@ -7,7 +7,7 @@ case "$1" in
|
||||
help_content_func () {
|
||||
declare desc="return nginx plugin help content"
|
||||
cat<<help_content
|
||||
nignx, Interact with Dokku's Nginx proxy
|
||||
nginx, Interact with Dokku's Nginx proxy
|
||||
nginx:build-config <app>, (Re)builds nginx config for given app
|
||||
nginx:access-logs <app> [-t], Show the nginx access logs for an application (-t follows)
|
||||
nginx:error-logs <app> [-t], Show the nginx error logs for an application (-t follows)
|
||||
|
||||
Reference in New Issue
Block a user