From 9dfeb16329b9889b057fe0d02e4e50c356f72cc0 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 29 Jul 2016 02:32:41 -0400 Subject: [PATCH] Minor doc changes [ci skip] --- docs/configuration/ssl.md | 3 --- docs/template.html | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/configuration/ssl.md b/docs/configuration/ssl.md index fc354f92d..888be0688 100644 --- a/docs/configuration/ssl.md +++ b/docs/configuration/ssl.md @@ -98,9 +98,6 @@ server { access_log /var/log/nginx/{{ .APP }}-access.log; error_log /var/log/nginx/{{ .APP }}-error.log; - # set a custom header for requests - add_header X-Served-By www-ec2-01; - location / { proxy_pass http://{{ .APP }}; proxy_http_version 1.1; diff --git a/docs/template.html b/docs/template.html index 8af9b7ba7..1a314e772 100644 --- a/docs/template.html +++ b/docs/template.html @@ -160,7 +160,7 @@ Docker Container Options Event Logs Persistent Storage - Proxy Management + Proxy and Port Management Repository Management Community Contributions