readme file updates
This commit is contained in:
parent
36b6e14060
commit
6ea2ab6052
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ For example, in nginx:
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
server_name autoconfig.example.com;
|
server_name autoconfig.example.com;
|
||||||
ssl_certificate /path/to/certificate.file;
|
ssl_certificate /path/to/certificate.file;
|
||||||
ssl_certificate_key /path/to/certificate.key
|
ssl_certificate_key /path/to/certificate.key
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header X-Forwarded-Host $host:$server_port;
|
proxy_set_header X-Forwarded-Host $host:$server_port;
|
||||||
proxy_set_header X-Forwarded-Server $host;
|
proxy_set_header X-Forwarded-Server $host;
|
||||||
|
|
Loading…
Reference in a new issue