1
0
mirror of https://github.com/1Panel-dev/1Panel.git synced 2025-03-17 11:14:44 +08:00

15 lines
184 B
Go
Raw Normal View History

2022-10-28 17:04:57 +08:00
package nginx_conf
import (
_ "embed"
)
//go:embed ssl.conf
var SSL []byte
//go:embed http2https.conf
var HTTPS []byte
//go:embed website_default.conf
var WebsiteDefault []byte