Add missing ; in keepproxy Nginx config.
authorBrett Smith <brett@curoverse.com>
Wed, 3 Feb 2016 09:26:49 +0000 (04:26 -0500)
committerBrett Smith <brett@curoverse.com>
Wed, 3 Feb 2016 09:26:49 +0000 (04:26 -0500)
No issue #.

doc/install/install-keepproxy.html.textile.liquid

index d427274e0bd0709cab6f5295abccd2425ae5e160..a6bb5d4bd9aeb3a6d2b276d20e1fc1e0505bf2c9 100644 (file)
@@ -79,7 +79,7 @@ upstream keepproxy {
 
 server {
   listen                <span class="userinput">[your public IP address]</span>:443 ssl;
-  server_name           keep.<span class="userinput">uuid_prefix</span>.your.domain
+  server_name           keep.<span class="userinput">uuid_prefix</span>.your.domain;
 
   proxy_connect_timeout 90s;
   proxy_read_timeout    300s;