mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-22 16:00:51 +00: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;
|
|
}
|