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 typo in resource/server.pp #1248

Merged
merged 1 commit into from
Sep 18, 2018
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
2 changes: 1 addition & 1 deletion manifests/resource/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
# in which case it will be omitted in this server stanza (and default to nginx.conf setting)
# [*passenger_cgi_param*] - Allows one to define additional CGI environment variables to pass to the backend application
# [*passenger_set_header*] - Allows one to set headers to pass to the backend application (Passenger 5.0+)
# [*passenger_env_var*] - Allows one to set environemnt variables to pass to the backend application (Passenger 5.0+)
# [*passenger_env_var*] - Allows one to set environment variables to pass to the backend application (Passenger 5.0+)
# [*passenger_pre_start*] - Allows setting a URL to pre-warm the host. Per Passenger docs, the "domain part of the URL" must match
# a value of server_name. If this is an array, multiple URLs can be specified.
# [*log_by_lua*] - Run the Lua source code inlined as the <lua-script-str> at the log request processing phase. This does
Expand Down