diff options
Diffstat (limited to 'lighttpd.conf')
| -rw-r--r-- | lighttpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lighttpd.conf b/lighttpd.conf index df0ca2f..d4591ca 100644 --- a/lighttpd.conf +++ b/lighttpd.conf @@ -14,7 +14,7 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. server.bind = "localhost" -server.port = 8086 +server.port = 1968 server.document-root = var.CWD + "/site/" dir-listing.activate = "enable" index-file.names = ( "index.html" ) |
