1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

formatting

Bill Zimmerman 2019-11-18 15:34:46 +01:00
parent efbe825308
commit e4db2d030b

@ -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.
### <a name="webport"></a>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 fileRaspAP 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`.