etc/caddy
This commit is contained in:
15
etc/caddy/Caddyfile
Normal file
15
etc/caddy/Caddyfile
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
|
||||
# Refer to the Caddy docs for more information:
|
||||
# https://caddyserver.com/docs/caddyfile
|
||||
Reference in New Issue
Block a user