Skip to content

Commit

Permalink
Merge pull request #1455 from bobbysteel/patch-1
Browse files Browse the repository at this point in the history
Update huginn-ssl
  • Loading branch information
dsander committed Apr 27, 2016
2 parents 4147435 + f11aa19 commit e436a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/nginx/huginn-ssl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e436a89

Please sign in to comment.