Skip to content

Commit

Permalink
Try subdomaining websocket route
Browse files Browse the repository at this point in the history
  • Loading branch information
jahseng-lee committed Apr 27, 2024
1 parent 9566658 commit f333fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

# Mount Action Cable outside main process or domain.
# config.action_cable.mount_path = nil
# config.action_cable.url = "wss://example.com/cable"
config.action_cable.url = "wss://socket.nomadstation.io/cable"
# config.action_cable.allowed_request_origins = [ "http://example.com", /http:\/\/example.*/ ]

# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
Expand Down

0 comments on commit f333fa1

Please sign in to comment.