mirror of
https://github.com/Balshgit/gpt_chat_bot.git
synced 2026-05-05 13:40:39 +03:00
a95403f594
format code
12 lines
125 B
Caddyfile
12 lines
125 B
Caddyfile
:8080 {
|
|
|
|
# Serving dynamic requests:
|
|
reverse_proxy chat_gpt:1338
|
|
|
|
# Logs:
|
|
log {
|
|
output stdout
|
|
}
|
|
|
|
}
|