Skip to content

Commit 4b485ac

Browse files
Merge pull request #13685 from RedyAu/patch-1
Add missing closing apostrophe for string
2 parents bc6f09a + c2400db commit 4b485ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin_manual/configuration_server/reverse_proxy_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ you can set the following parameters inside the :file:`config/config.php`.
168168
'overwriteprotocol' => 'https',
169169
'overwritewebroot' => '/domain.tld/nextcloud',
170170
'overwritecondaddr' => '^10\.0\.0\.1$',
171-
'overwrite.cli.url' => 'https://domain.tld/,
171+
'overwrite.cli.url' => 'https://domain.tld/',
172172
);
173173

174174
.. note:: If you want to use the SSL proxy during installation you have to

0 commit comments

Comments
 (0)