mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-26 17:28:48 +08:00
Refs https://github.com/1Panel-dev/1Panel/issues/5135 Refs https://github.com/1Panel-dev/1Panel/issues/6976
5 lines
147 B
Text
5 lines
147 B
Text
server {
|
|
proxy_pass mysql_cluster;
|
|
access_log /www/sites/domain/log/access.log streamlog;
|
|
error_log /www/sites/domain/log/error.log;
|
|
}
|