mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-12-16 21:50:39 +03:00
forgot Caddyfile to bot
This commit is contained in:
11
deploy/Caddyfile
Normal file
11
deploy/Caddyfile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
:8084 {
|
||||||
|
header Strict-Transport-Security max-age=31536000
|
||||||
|
|
||||||
|
# Removing some headers for improved security:
|
||||||
|
header -Server
|
||||||
|
|
||||||
|
route /transport/{$TELEGRAM_API_TOKEN} {
|
||||||
|
reverse_proxy transport_bot:8084
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user