Skip to content

Commit

Permalink
Fix issue [nginx#4679]: Incorrect default value for main-template-pat…
Browse files Browse the repository at this point in the history
…h and virtualserver-template-path flags

Signed-off-by: JustinWang <[email protected]>
  • Loading branch information
opencmit2 committed Nov 23, 2023
1 parent 1f48dcb commit ef9eda6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ When logging hits line `file:N`, emit a stack trace.

Path to the main NGINX configuration template.

- Default for NGINX is `nginx.ingress.tmpl`.
- Default for NGINX Plus is `nginx-plus.ingress.tmpl`.
- Default for NGINX is `nginx.tmpl`.
- Default for NGINX Plus is `nginx-plus.tmpl`.

<a name="cmdoption-nginx-configmaps"></a>

Expand Down Expand Up @@ -302,8 +302,8 @@ Print the version, git-commit hash and build date and exit.

Path to the VirtualServer NGINX configuration template for a VirtualServer resource.

- Default for NGINX is `nginx.ingress.tmpl`.
- Default for NGINX Plus is `nginx-plus.ingress.tmpl`.
- Default for NGINX is `nginx.virtualserver.tmpl`.
- Default for NGINX Plus is `nginx-plus.virtualserver.tmpl`.


<a name="cmdoption-vmodule"></a>
Expand Down

0 comments on commit ef9eda6

Please sign in to comment.