Skip to content

Commit c4ce530

Browse files
committed
localhost for avoiding reverse proxies (they make trouble at ipv6)
1 parent 8a628f2 commit c4ce530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/nextcloud/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ spec:
284284
- config/config.php
285285
env:
286286
- name: NEXTCLOUD_URL
287-
value: https://{{ .Values.nextcloud.host }}
287+
value: http://localhost:80
288288
volumeMounts:
289289
- name: nextcloud-main
290290
mountPath: /var/www/html/custom_apps

0 commit comments

Comments
 (0)