mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2026-06-01 14:00:28 +00:00
feat: listen on IPv6 address
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
server {
|
server {
|
||||||
listen 8888;
|
listen 8888;
|
||||||
|
listen [::]:8888;
|
||||||
root /nextcloud;
|
root /nextcloud;
|
||||||
|
|
||||||
# Emit relative redirects (protocol handled by reverse proxy)
|
# Emit relative redirects (protocol handled by reverse proxy)
|
||||||
|
|||||||
Reference in New Issue
Block a user