Skip to content

Commit

Permalink
https prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
HPPinata authored Mar 8, 2024
1 parent 490e558 commit f4285ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ cat <<EOL > /etc/caddy/Caddyfile
local_certs
}
$hname, diffusion.$domain {
https://$hname, https://diffusion.$domain {
basicauth * {
$uname $phash
}
reverse_proxy localhost:7860
}
focus.$domain {
https://focus.$domain {
basicauth * {
$uname $phash
}
Expand Down

0 comments on commit f4285ba

Please sign in to comment.