diff --git a/Vintage-Web-Proxy.md b/Vintage-Web-Proxy.md index 0a0ed61..0403c02 100644 --- a/Vintage-Web-Proxy.md +++ b/Vintage-Web-Proxy.md @@ -39,4 +39,14 @@ The author has tested and recommends the _0.11.1-noffmpeg_ release for ARM. By u Follow the [Linux installation](https://github.com/atauenis/webone/wiki/Linux-installation) instructions on that project's wiki to install and configure WebOne. -By default, WebOne will run on port 8080 which conflicts with the RaSCSI Web Interface. After installing the software, you'd want to edit /etc/webone.conf and change the Port line to something like 8088. \ No newline at end of file +By default, WebOne will run on port 8080 which conflicts with the RaSCSI Web Interface. After installing the software, you'd want to edit `/etc/webone.conf` and change the `Port` line in the [Server] section to something like: + +``` +Port=8088 +``` + +Then restart the WebOne service: + +``` +sudo systemctl restart webone +``` \ No newline at end of file