Skip to content

Commit

Permalink
Use SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Oct 12, 2019
1 parent c7e284a commit da836f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Hoifile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ domain lithium-site.test {

database lithium_site {
password = ""
SSL = {
certificate = "!selfsigned"
certificateKey = "!generate"
}
}

volume tmp {
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/default.html.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<?php
$styles = [
'reset',
'http://fonts.googleapis.com/css?family=Anonymous+Pro:400,700,400italic,700italic',
'https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700,400italic,700italic',
'u1m'
];
switch ($library) {
Expand Down

0 comments on commit da836f2

Please sign in to comment.