Skip to content

Commit

Permalink
修复caddy配置
Browse files Browse the repository at this point in the history
  • Loading branch information
keakon committed Jan 15, 2024
1 parent 1b8b54f commit 79bfb9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ localhost {
rewrite /favicon.ico /static/favicon.ico
rewrite /robots.txt /static/robots.txt

handle_path /avatar/ {
reverse_proxy https://gravatar.com/avatar/
handle /avatar/* {
reverse_proxy https://gravatar.com
}

reverse_proxy doodle:8080
Expand Down

0 comments on commit 79bfb9f

Please sign in to comment.