Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
In the server section of the nginx config, add
and place the 429.html file where server root points.
Here is a snippet of the config as an example
server {
listen 80;
server_name zzzz.org;
root /home/apps/zzzz/production/current/public;
error_page 502 /502.html;
# ...
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question