mirror of
https://github.com/Balshgit/mosgortrans.git
synced 2025-09-11 13:00:40 +03:00
12 lines
207 B
Caddyfile
12 lines
207 B
Caddyfile
:8084 {
|
|
header Strict-Transport-Security max-age=31536000
|
|
|
|
# Removing some headers for improved security:
|
|
header -Server
|
|
|
|
route /transport/* {
|
|
reverse_proxy transport_bot:8084
|
|
}
|
|
}
|
|
|