feat: listen on IPv6 address

This commit is contained in:
2026-05-01 00:23:55 +02:00
parent 936b72737d
commit a441bbddf4
+1
View File
@@ -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)