diff --git a/config/trackdirect.ini b/config/trackdirect.ini index b8e5af8..1128e48 100644 --- a/config/trackdirect.ini +++ b/config/trackdirect.ini @@ -56,10 +56,10 @@ save_ogn_stations_with_missing_identity="0" host="0.0.0.0" ;; Websocket server port, must be same as port specified in index.php (if not using a reverse proxy) -port="9000" +port="9001" ;; If you are using a reverse proxy you need to play with the "external_port" setting, otherwise it should be the same as "port" -external_port="9000" +external_port="9001" ;; Websocket server log output error_log="~/trackdirect/server/log/wsserver_aprs.log"