Update huginn-ssl

Match huginn (non-ssl) config

bobbysteel 8 years ago
parent
commit
f11aa1972a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deployment/nginx/huginn-ssl

+ 1 - 1
deployment/nginx/huginn-ssl

@@ -36,7 +36,7 @@ server {
36 36
   listen [::]:443 ipv6only=on ssl default_server;
37 37
   server_name YOUR_SERVER_FQDN; ## Replace this with something like huginn.example.com
38 38
   server_tokens off; ## Don't show the nginx version number, a security best practice
39
-  root /home/git/huginn/public;
39
+  root /home/huginn/huginn/public;
40 40
 
41 41
   ## Increase this if you want to upload large attachments
42 42
   ## Or if you want to accept large git objects over http