Merge pull request #7000 from nextcloud/mastercontainer-bind-localhost

mastercontainer: bind 8000 only to 127.0.0.1
This commit is contained in:
Simon L.
2025-10-17 08:58:59 +02:00
committed by GitHub

View File

@@ -1,5 +1,5 @@
Listen 8000
Listen 8080
Listen 127.0.0.1:8000
Listen 8080 https
# Deny access to .ht files
<Files ".ht*">
@@ -7,8 +7,8 @@ Listen 8080
</Files>
# Http host
<VirtualHost *:8000>
ServerName localhost
<VirtualHost 127.0.0.1:8000>
ServerName 127.0.0.1
# Add error log
CustomLog /proc/self/fd/1 proxy