mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
trim hostname
This commit is contained in:
committed by
Aiden McClelland
parent
a8e229821f
commit
108213f920
@@ -199,7 +199,7 @@ pub async fn write_lan_services(hidden_services: &ServicesMap) -> Result<(), Err
|
||||
f.write_all(
|
||||
format!(
|
||||
include_str!("nginx.conf.template"),
|
||||
hostname = hostname,
|
||||
hostname = hostname.trim(),
|
||||
app_id = name,
|
||||
app_ip = service.ip,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user