mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +00:00
DOC: reflect change from PR #344
PR #344 changed the HTTP status code from `503` to `500`. The README.md file was not updated accordingly.
This commit is contained in:
parent
d5deff21c5
commit
77e022cf28
@ -203,7 +203,7 @@ is always preferred when available.
|
|||||||
Note that in the latter case, a browser may get an connection error as no certificate is available
|
Note that in the latter case, a browser may get an connection error as no certificate is available
|
||||||
to establish a connection. A self-signed or generic cert named `default.crt` and `default.key`
|
to establish a connection. A self-signed or generic cert named `default.crt` and `default.key`
|
||||||
will allow a client browser to make a SSL connection (likely w/ a warning) and subsequently receive
|
will allow a client browser to make a SSL connection (likely w/ a warning) and subsequently receive
|
||||||
a 503.
|
a 500.
|
||||||
|
|
||||||
To serve traffic in both SSL and non-SSL modes without redirecting to SSL, you can include the
|
To serve traffic in both SSL and non-SSL modes without redirecting to SSL, you can include the
|
||||||
environment variable `HTTPS_METHOD=noredirect` (the default is `HTTPS_METHOD=redirect`). You can also
|
environment variable `HTTPS_METHOD=noredirect` (the default is `HTTPS_METHOD=redirect`). You can also
|
||||||
|
Loading…
Reference in New Issue
Block a user