Commit c335710a authored by vicotor's avatar vicotor

fix bug

parent 550c9dd5
...@@ -4,6 +4,7 @@ var staticWebsiteCaddyFileTempl = ` ...@@ -4,6 +4,7 @@ var staticWebsiteCaddyFileTempl = `
{{ .DomainName }} { {{ .DomainName }} {
tls /certs/{{ .MasterDomain }}/{{ .MasterDomain }}.crt /certs/{{ .MasterDomain }}/{{ .MasterDomain }}.key tls /certs/{{ .MasterDomain }}/{{ .MasterDomain }}.crt /certs/{{ .MasterDomain }}/{{ .MasterDomain }}.key
root * {{ .RootDir }} root * {{ .RootDir }}
try_files {path} {path}/ /index.html
file_server file_server
import COMMON_CONFIG import COMMON_CONFIG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment