mirror of
https://github.com/pi-hole/docs.git
synced 2024-12-06 19:27:12 +01:00
avoid change config file for the next update.
`/etc/lighttpd.lighttpd.conf` show this: # ANY CHANGES MADE TO THIS FILE AFTER INSTALL WILL BE LOST ON THE NEXT UPDATE CHANGES SHOULD BE MADE IN A SEPARATE CONFIG FILE: /etc/lighttpd/external.conf from here: https://raspberrypi.stackexchange.com/questions/52090/how-do-i-change-pi-holes-url-path/117849#117849
This commit is contained in:
@@ -6,10 +6,10 @@ If you'd like to use [Caddy](https://caddyserver.com/) as your main web server w
|
||||
|
||||
## Modifying lighttpd configuration
|
||||
|
||||
First, change the listen port in this file: `/etc/lighttpd/lighttpd.conf:`
|
||||
First, change the listen port in this file: `/etc/lighttpd/external.conf:`
|
||||
|
||||
```lighttpd
|
||||
server.port = 1080
|
||||
server.port := 1080
|
||||
```
|
||||
|
||||
In this case, port 1080 was chosen at random. You can use a custom port.
|
||||
|
||||
Reference in New Issue
Block a user