Skip to content
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 nginx_config_reloader/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"You are not allowed to use include or load_module in the nginx config unless the path is relative "
"or in the main nginx config directory. "
"See the NGINX dos and don'ts in this article: "
"https://support.hypernode.com/knowledgebase/how-to-use-nginx/\n",
"https://docs.hypernode.com/hypernode-platform/nginx/how-to-use-nginx.html\n",
),
("init_by_lua", "Usage of Lua initialization is not allowed.\n"),
]
Loading