mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
mastercontainer: bind 8000 only to 127.0.0.1
In my test it worked Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
parent
5dc85b09d4
commit
f996afdb4a
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
Listen 8000
|
Listen 127.0.0.1:8000
|
||||||
Listen 8080
|
Listen 8080 https
|
||||||
|
|
||||||
# Deny access to .ht files
|
# Deny access to .ht files
|
||||||
<Files ".ht*">
|
<Files ".ht*">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue