Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix compile with name
  • Loading branch information
Emyrk committed Apr 17, 2023
commit ea3593d5aae9e7d2cdf9492fe0e96e8d5977ea2f
2 changes: 1 addition & 1 deletion enterprise/cli/proxyserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ func (r *RootCmd) proxyServer() *clibase.Cmd {

proxy, err := wsproxy.New(&wsproxy.Options{
Logger: logger,
PrimaryAccessURL: primaryAccessURL.Value(),
DashboardURL: primaryAccessURL.Value(),
AccessURL: cfg.AccessURL.Value(),
AppHostname: appHostname,
AppHostnameRegex: appHostnameRegex,
Expand Down