Skip to content

Commit

Permalink
fix Caddyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sffxzzp authored Jan 9, 2024
1 parent ce21985 commit 9ab8fb5
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,28 @@
}
}

https://steamcommunity.com, https://www.steamcommunity.com, https://cdn.steamcommunity.com, https://store.steampowered.com, https://api.steampowered.com {
(sign) {
tls {
issuer internal {
# more than 1 year may cause some problems
lifetime 360d
}
# on_demand
}
}

(rev) {
lb_policy round_robin
transport http {
tls
tls_insecure_skip_verify
}
}

https://steamcommunity.com, https://www.steamcommunity.com, https://cdn.steamcommunity.com, https://store.steampowered.com, https://api.steampowered.com {
import sign
reverse_proxy * https://s.team https://steamuserimages-a.akamaihd.net https://steamstore-a.akamaihd.net https://steamcommunity-a.akamaihd.net https://steampipe.akamaized.net https://eaassets-a.akamaihd.net {
lb_policy random
transport http {
tls
tls_insecure_skip_verify
}
import rev
fail_duration 10s
health_timeout 30s
}
Expand Down

0 comments on commit 9ab8fb5

Please sign in to comment.