##// END OF EJS Templates
docs: updated nginx tunning section with modification allowing custom https port to work....
marcink -
r2429:2873b2f0 default
parent child Browse files
Show More
@@ -9,7 +9,7 b' timeout during large pushes.'
9 9 .. code-block:: nginx
10 10
11 11 proxy_redirect off;
12 proxy_set_header Host $host;
12 proxy_set_header Host $http_host;
13 13
14 14 ## needed for container auth
15 15 # proxy_set_header REMOTE_USER $remote_user;
General Comments 0
You need to be logged in to leave comments. Login now