Explorar o código

Merge pull request #1455 from bobbysteel/patch-1

Update huginn-ssl
Dominik Sander %!s(int64=9) %!d(string=hai) anos
pai
achega
e436a89f9a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      deployment/nginx/huginn-ssl

+ 1 - 1
deployment/nginx/huginn-ssl

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