Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue [#4679]: Incorrect default value for main-template-path and… #4698

Merged
merged 4 commits into from
Nov 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading