better review design, caddy now listens on localhost too
This commit is contained in:
@@ -8,4 +8,16 @@ api.marvinkrausser.com {
|
||||
|
||||
portfolio.marvinkrausser.com {
|
||||
reverse_proxy portfolio_website:8081
|
||||
}
|
||||
|
||||
http://localhost:8080 {
|
||||
reverse_proxy cnn_website:8080
|
||||
}
|
||||
|
||||
http://localhost:8000 {
|
||||
reverse_proxy cnn_api:8000
|
||||
}
|
||||
|
||||
http://localhost:8081 {
|
||||
reverse_proxy portfolio_website:8081
|
||||
}
|
||||
Reference in New Issue
Block a user