Update huginn-ssl

Match huginn (non-ssl) config
This commit is contained in:
bobbysteel 2016-04-21 15:25:35 +01:00
parent dd76553662
commit f11aa1972a

View file

@ -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