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