Add conf.d/ubuntu.caddy
This commit is contained in:
21
conf.d/ubuntu.caddy
Normal file
21
conf.d/ubuntu.caddy
Normal file
@ -0,0 +1,21 @@
|
||||
# Mattermost
|
||||
mm.firstgarden.co.kr {
|
||||
import common_headers
|
||||
# gzip / zstd 압축
|
||||
encode gzip zstd
|
||||
# 역방향 프록시
|
||||
reverse_proxy 192.168.0.251:8065 {
|
||||
import common_proxy
|
||||
}
|
||||
}
|
||||
|
||||
# WebDAV
|
||||
#wdav.firstgarden.co.kr wdav.1stgarden.myds.me {
|
||||
# import common_headers
|
||||
# # gzip / zstd 압축
|
||||
# encode gzip zstd
|
||||
# # 역방향 프록시
|
||||
# reverse_proxy 192.168.0.10:5005 {
|
||||
# import common_proxy
|
||||
# }
|
||||
#}
|
||||
Reference in New Issue
Block a user