mirror of
https://github.com/snoyberg/keter.git
synced 2024-12-12 14:06:10 +03:00
Merge pull request #121 from andrewthad/master
Amend README with an extra nginx instruction
This commit is contained in:
commit
7c71667690
@ -226,6 +226,11 @@ The remote-postgres server syntax was added in v1.4.2.)
|
||||
|
||||
This has not yet been confirmed to work in production. If you use this,
|
||||
please report either its success or failure back to me.
|
||||
|
||||
Additionally, to make sure that nginx does not reset the `Host` header
|
||||
(which keter uses to choose the right target), you will need to add:
|
||||
|
||||
proxy_set_header Host $host;
|
||||
|
||||
* Keter does not handle password-protected SSL key files well. When provided
|
||||
with such a key file, unlike Apache and Nginx, Keter will not pause to ask
|
||||
|
Loading…
Reference in New Issue
Block a user