mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-07-23 13:18:30 +00:00
Update huginn-ssl
Match huginn (non-ssl) config
This commit is contained in:
parent
dd76553662
commit
f11aa1972a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue