X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8f96e754bcfce3b980e97f494b1c29ada8ef5dbd..e90e8437a7812058749477f2e53b48aacdd73225:/doc/install/install-arv-git-httpd.html.textile.liquid diff --git a/doc/install/install-arv-git-httpd.html.textile.liquid b/doc/install/install-arv-git-httpd.html.textile.liquid index 414678b524..d501f46b7a 100644 --- a/doc/install/install-arv-git-httpd.html.textile.liquid +++ b/doc/install/install-arv-git-httpd.html.textile.liquid @@ -198,7 +198,7 @@ Create @/etc/cron.d/arvados-git-sync@ with the following content: h2(#update-config). Update config.yml -Edit the cluster config at @/etc/arvados/config.yml@ . +Edit the cluster config at @config.yml@ .
    Services:
@@ -217,7 +217,7 @@ Edit the cluster config at @/etc/arvados/config.yml@ .
 
 h2(#update-nginx). Update nginx configuration
 
-Use a text editor to create a new file @/etc/nginx/conf.d/arvados-git.conf@ with the following configuration.  Options that need attention are marked with "TODO".
+Use a text editor to create a new file @/etc/nginx/conf.d/arvados-git.conf@ with the following configuration.  Options that need attention are marked in red.
 
 
 
upstream arvados-git-httpd {
@@ -230,8 +230,8 @@ server {
   proxy_read_timeout      300s;
 
   ssl on;
-  ssl_certificate         /TODO/YOUR/PATH/TO/cert.pem;
-  ssl_certificate_key     /TODO/YOUR/PATH/TO/cert.key;
+  ssl_certificate         /YOUR/PATH/TO/cert.pem;
+  ssl_certificate_key     /YOUR/PATH/TO/cert.key;
 
   # The server needs to accept potentially large refpacks from push clients.
   client_max_body_size 128m;