2025-10-02 10:17:19 +02:00
|
|
|
netodet.neotech.fr {
|
|
|
|
|
reverse_proxy 192.168.137.81:8082
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
app.neotech.fr {
|
|
|
|
|
reverse_proxy 192.168.137.81:8081
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import /etc/caddy/eureka.caddy
|
|
|
|
|
import /etc/caddy/neotech.caddy
|
|
|
|
|
import /etc/caddy/phpmyadmin_neotech.caddy
|
|
|
|
|
|
2025-10-31 11:28:29 +01:00
|
|
|
www.tdm-pompes.com {
|
|
|
|
|
@badbots header_regexp badbots User-Agent "(?i)(BLEXBot|GPTBot|YandexBot|MJ12bot)"
|
|
|
|
|
respond @badbots 403
|
|
|
|
|
|
|
|
|
|
reverse_proxy localhost:8000 {
|
|
|
|
|
header_up X-Forwarded-Proto {scheme}
|
|
|
|
|
header_up X-Forwarded-For {remote_host}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2025-10-02 10:17:19 +02:00
|
|
|
# Refer to the Caddy docs for more information:
|
|
|
|
|
# https://caddyserver.com/docs/caddyfile
|