22 lines
457 B
Plaintext
Executable File
22 lines
457 B
Plaintext
Executable File
# 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
|
|
# }
|
|
#}
|