mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Fix container HTTP port
This commit is contained in:
parent
815f8d159d
commit
5d0a8f4490
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
server.modules += ( "mod_alias", "mod_cgi", "mod_rewrite" )
|
||||
|
||||
server.port = 8001
|
||||
server.port = 80
|
||||
|
||||
include "@lighttpd@/share/lighttpd/doc/config/conf.d/mime.conf"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue