mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2025-09-11 22:30:41 +03:00
12 lines
125 B
Caddyfile
12 lines
125 B
Caddyfile
:8080 {
|
|
|
|
# Serving dynamic requests:
|
|
reverse_proxy chat_gpt:1338
|
|
|
|
# Logs:
|
|
log {
|
|
output stdout
|
|
}
|
|
|
|
}
|