Skip to content

Commit 3c23f06

Browse files
authored
Remove trusted proxy workaround in remotedesktop (#2076)
Signed-off-by: szaimen <[email protected]>
1 parent 844ed7f commit 3c23f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

not-supported/remotedesktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ using the credentials of $UNIXUSER and the server ip-address $ADDRESS"
110110
fi
111111

112112
# Needed to be able to access Nextcloud via localhost directly
113-
nextcloud_occ_no_check config:system:set trusted_proxies "11" --value="localhost"
113+
nextcloud_occ_no_check config:system:delete trusted_proxies "11"
114114

115115
# Eye of Gnome
116116
if is_this_installed eog

0 commit comments

Comments
 (0)