From e4db2d030bfefca57a231a6720a5a5af31317e6a Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Mon, 18 Nov 2019 15:34:46 +0100 Subject: [PATCH] formatting --- FAQs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/FAQs.md b/FAQs.md index 2d0272d..abb2b84 100644 --- a/FAQs.md +++ b/FAQs.md @@ -223,7 +223,7 @@ wget -q https://git.io/voEUQ -O /tmp/raspap && bash /tmp/raspap --yes The options `-y` or `--assume-yes` are also accepted and have the same result. ### Can I configure an alternate port for RaspAP's web service? -Yes, you can now do this from the *Advanced* tab in System. Manual steps for changing lighttpd's default port are included below. +Yes, you can now do this from the **Advanced** tab in System. Manual steps for changing lighttpd's default port are included below. Edit `/etc/lighttpd/lighttpd.conf` and change the following line: @@ -244,7 +244,7 @@ RaspAP supports OpenVPN clients by uploading a valid .ovpn file to `/etc/openvpn -A FORWARD -i wlan0 -o tun0 -j ACCEPT ``` -It is your responsibility to provide a valid .ovpn file—RaspAP does not attempt to validate the settings or RSA keys contained in this file. If OpenVPN fails to start, check for errors with `sudo systemctl status openvpn-client@client` and `journalctl --identifier openvpn`. +It is your responsibility to provide a valid .ovpn file; RaspAP does not attempt to validate the settings or RSA keys contained in this file. If OpenVPN fails to start, check for errors with `sudo systemctl status openvpn-client@client` and `journalctl --identifier openvpn`.