Fodor Benedek
c2400dbba4
Add missing closing apostrophe for string
...
Signed-off-by: Fodor Benedek <benedek@fodor.pro >
2025-09-19 20:58:27 +02:00
Nicholas Nhien
3822ee6554
Update nginx configuration
...
Add location directive for generic /.well-known handling
Remove rewrite directives because redirect option returns a 302 status code, which is inconsistent.
Signed-off-by: Nick Nhien <nnhien@protonmail.com >
2024-11-13 23:58:09 +01:00
Gilles Quénot
6069b147c0
feat: Add context and code to install profiler
...
Signed-off-by: Gilles Quénot <gq@sputnick.fr >
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-11-13 18:47:52 +01:00
pmffromspace
fca397c43f
Update reverse_proxy_configuration.rst
...
For me the original documentation examples did not work because of false formatting.
Signed-off-by: pmffromspace <108571752+pmffromspace@users.noreply.github.com >
2024-09-18 10:02:59 +02:00
Syl
77a3aa27ec
Add missing trailing slashes in Caddy redirects
...
Signed-off-by: Syl <gh@sperg.net >
2024-05-08 22:19:53 +01:00
Jivan Pal
c97e0eaab2
reverse_proxy_configuration.rst: IPv6 CIDR support has been present since v25.0.0-beta1
...
Signed-off-by: Jivan Pal <jivan.pal@gmail.com >
2023-10-19 16:50:07 +01:00
rusty-snake
590775b412
Update Service Discovery example for Caddy …
...
… in reverse_proxy_configuration.rst
While the rewrite rules should work I guess, they still trigger a warning
on the admin page. Using 301 redirects make the warning go away.
Signed-off-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com >
2023-01-07 16:55:07 +00:00
Daniel
a54a5943b9
Merge pull request #7944 from FlorentPoinsaut/patch-2
...
Fix traefik v1 example
2022-12-17 17:27:23 +01:00
Daniel
a3ea707930
Update admin_manual/configuration_server/reverse_proxy_configuration.rst
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Daniel <mail@danielkesselberg.de >
2022-12-10 20:27:46 +01:00
nbenedek
88d39e88c5
reverse proxy: add info about overwrite.cli.url
...
Signed-off-by: Benedek Nagy <contact@nbenedek.me >
2022-07-06 19:29:49 +02:00
Florent Poinsaut
a141b590b3
Remove trailing slash + add traefik v2 Docker label example + homogeneization of examples
...
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr >
2022-06-14 09:47:41 +02:00
Florent Poinsaut
71a92062eb
Fix traefik v1 example
...
We need to escape $ char in traefik v1 label otherwise this error occurs:
`ERROR: Invalid interpolation format for "labels" option in service "web": "https://$1/remote.php/dav/ "`
Signed-off-by: Florent Poinsaut <florent@poinsaut.fr >
2022-06-14 09:47:41 +02:00
JMoVS
b860e6badf
fix documentation: words falling out of note box
2022-06-06 13:18:29 +02:00
Git'Fellow
d8a70a5937
Add note about IPv6 CIDR
...
From https://github.com/nextcloud/server/blob/master/config/config.sample.php#L1921
Ref https://github.com/nextcloud/server/issues/32253
2022-05-04 11:22:26 +02:00
ZeroPointMax
9b6ebc8998
add newline in reverse proxy docs
...
Signed-off-by: ZeroPointMax <zeropointmax@mailbox.org >
2021-03-17 08:51:51 +00:00
Morris Jobke
e21789bbe7
Merge pull request #6240 from nextcloud/trusted-proxies-host
...
Remove "host to resolve" from the list of valid options for `trusted_proxies`
2021-03-16 22:10:05 +01:00
Robin Appelman
cfd4c494f7
Remove "host to resolve" from the list of valid options for trusted_proxies
...
There is no code to actually support that as far as I can tell
2021-03-12 11:54:44 +00:00
Francis Lavoie
f45a414a3c
Update reverse_proxy_configuration.rst
2021-02-10 12:37:05 -05:00
Francis Lavoie
764d1234b3
Clean up Caddy proxy example
...
It's incorrect to use `reverse_proxy` for the dav paths because Caddy does not support paths in proxy addresses. Using a rewrite is the correct solution.
Was also pointed out here: https://github.com/nextcloud/documentation/pull/5894#issuecomment-772874944
2021-02-10 12:34:45 -05:00
Weston Myers
1350b0b86a
Update reverse_proxy_configuration.rst
...
Tiny update, but there was a typo that would prevent redirection from occurring properly for Traefik.
2021-01-22 05:25:33 -05:00
Morris Jobke
36e687596a
Combine the two Nginx reverse proxy examples
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2021-01-20 15:27:48 +01:00
Yash
c0335338ce
Update reverse_proxy_configuration.rst
...
nginx redirect example
2021-01-20 15:13:06 +01:00
فارس
336b713724
gaddyfile reverse_proxy example
...
Added a Caddy reverse_proxy example
Signed-off-by: serafdev <fares@seraf.dev >
2021-01-06 14:42:13 -05:00
Elliott Partridge
876021c5ca
Add Traefik v1 TOML example
...
It took me a little while to figure out the correct configuration for Traefik v1 using the traefik.toml for configuration. So, I figured it would be helpful to document my findings.
Signed-off-by: Elliott Partridge <elliott.partridge@gmail.com >
2020-12-03 12:15:15 -05:00
Eirik Smithsen
0e1634fe68
Fix reverse proxy documentation list formatting
...
reStructuredText requires a blank line before and after
lists to render correctly.
Signed-off-by: Eirik Smithsen <eirik.1996@hotmail.com >
2020-04-29 18:07:53 +02:00
Morris Jobke
6aa9c182bd
Fix paragraph layout after merging #1936
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-04-21 11:11:22 +02:00
Clément Duveau
16f8d0c8c0
Update documentation and readability
...
As my reverse proxy can change its IP address (self-healing, rolling update, etc) I resolve it only using internal DNS. I just tried and my Nextcloud install (officiel docker, no modifications) is able to resolve it.
Options for the array have been updated for readability
2020-04-21 09:03:55 +00:00
kesselb
ff12b6a877
Update admin_manual/configuration_server/reverse_proxy_configuration.rst
...
Co-Authored-By: Gary Kim <gary@garykim.dev >
2020-04-20 21:40:12 +02:00
Mat M
529ee49511
Add NGINX reverse proxy code block
...
Signed-off-by: Mat M <matm@gmx.fr >
2020-04-12 03:53:48 +02:00
Kaijia Feng
b053f9d166
Update Traefik config for v2
2020-03-09 11:24:30 +08:00
Fonata
21e66eb8d7
HAProxy example: Improved formating
...
It was not obvious that it must be two lines.
Signed-off-by: Fonata <Fonata@users.noreply.github.com >
2020-03-07 11:51:14 +01:00
Julius Härtl
8458c8ad2b
Add HAProxy .well-known redirect
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2020-02-18 08:33:43 +01:00
Roeland Jago Douma
40293e3f2f
Bruteforce docs
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2019-10-09 11:58:43 +02:00
Sascha Wiswedel
8d626b110a
Proxy notation hints
...
Added hints to the different allowed notations for trusted proxies
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2019-06-07 15:15:25 +02:00
Daniel Kesselberg
2f1a919175
Add service discovery to reverse proxy doc
2019-03-31 15:25:06 +02:00
Daniel Kesselberg
c725dfae9e
Update reverse_proxy_configuration.rst
2019-02-17 19:49:34 +01:00
Morris Jobke
d5780957ad
Rename sections and remove "configuration/configure" from the elements in the configuration section
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2019-02-01 16:48:33 +01:00
c0fe
5a7a6ba59e
updated reverse_proxy_configuration.rst
...
Replaced double quotes with single quotes.
2018-03-07 12:45:18 -06:00
peterdamian
9919a3fd3d
#600 Change headers to sentence case
2017-11-20 15:15:05 -05:00
peterdamian
e07dd2c746
Header changes for the admin manual, #602
2017-11-15 17:01:03 -05:00
Patric Lenhart
dcf36ed1fe
changed more ownCloud references to Nextcloud
2016-06-18 16:39:42 +02:00
Carla Schroder
77e44289fe
convert all named code blocks to generic code blocks
2016-03-10 09:06:46 -08:00
Phil Davis
f6c0fa6c83
Reverse Proxy Config minor edits
2015-08-16 15:32:21 +05:45
Robin McCorkell
06c4d6e74a
Document trusted_proxies and forwarded_for_headers parameters
2015-07-25 19:17:45 +01:00
Carla Schroder
3acb619217
Unified admin manual incorporatating both server & enterprise editions
2015-02-26 15:31:06 -08:00