# HG changeset patch # User Marcin Kuzminski # Date 2017-12-04 14:33:14 # Node ID 2873b2f0257e2a03117c38511ec7214bfe5c1d7f # Parent 27f2c76bc55325b8e703f715d1877340e0d1ae17 docs: updated nginx tunning section with modification allowing custom https port to work. - fixes #5408 diff --git a/docs/admin/nginx-tuning.rst b/docs/admin/nginx-tuning.rst --- a/docs/admin/nginx-tuning.rst +++ b/docs/admin/nginx-tuning.rst @@ -9,7 +9,7 @@ timeout during large pushes. .. code-block:: nginx proxy_redirect off; - proxy_set_header Host $host; + proxy_set_header Host $http_host; ## needed for container auth # proxy_set_header REMOTE_USER $remote_user;