nextcloud/all-in-one

AIO Interface not accessible on Port 8000

Closed this issue · 1 comments

In PR #7000, the Apache master container was changed so that it now only listens on port 8000 on 127.0.0.1.
Now I can no longer access the AIO interface via the reverse proxy. Why was this breaking change made?

Because port 8000 was never intended to be exposed publicly due to security implications. Please use port 8080 instead.