mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-20 16:13:59 +08:00
Refs https://github.com/1Panel-dev/1Panel/issues/5135 Refs https://github.com/1Panel-dev/1Panel/issues/6976
6 lines
147 B
Plaintext
6 lines
147 B
Plaintext
server {
|
|
proxy_pass mysql_cluster;
|
|
access_log /www/sites/domain/log/access.log streamlog;
|
|
error_log /www/sites/domain/log/error.log;
|
|
}
|