John Molakvoæ
06d076ec84
Add mapfile serving for nginx conf examples
2022-02-24 09:20:26 +01:00
MichaIng
8de6855cc2
Merge pull request #7417 from nextcloud/fix/nginx-subdir-php-stable21
...
[stable21] Fix PHP's rewrite rule in NGINX subdir example
2022-01-07 12:28:32 +01:00
MichaIng
e432beca71
Remove iconv from required PHP modules
...
The usage of iconv has been removed in: https://github.com/nextcloud/server/pull/29470
The dependency has been removed in: https://github.com/nextcloud/server/pull/29958
Signed-off-by: MichaIng <micha@dietpi.com >
2021-12-20 17:06:27 +00:00
Christoph Wurst
6a041b9512
Fix PHP's rewrite rule in NGINX subdir example
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-10-27 15:17:19 +02:00
Lukas Reschke
d50965fef7
Document that access tokens shouldn't be stored
...
Access tokens are sensitive key materials and shouldn't be stored, especially not on backup systems that also store the Nextcloud database and configuration backup.
2021-10-18 15:17:09 +00:00
Pedro
a5381b15c1
All directory labels should be deleted on uninstall
2021-09-28 13:29:41 +00:00
Christoph Wurst
cf4ed24ebc
Fix legacy routes like ajax.php on nginx
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-09-28 15:07:10 +02:00
Joas Schilling
8b2daaa6d7
Update apps_supported.rst
2021-08-27 07:24:36 +00:00
Christoph Wurst
fed310315f
Recommend php8
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2021-08-09 18:32:22 +00:00
ferfebles
4b5add3a30
Restore broken table
...
Just an space needed to bring back the supported platforms
2021-07-30 12:39:53 +00:00
Daniel Kesselberg
39139569f3
MariaDB 10.6 is not supported
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2021-07-20 20:41:21 +00:00
acsfer
0119c72567
Typo
2021-05-25 08:26:57 +00:00
acsfer
12f145aa57
Add a warning about limited support for NGINX
2021-05-25 08:26:56 +00:00
HouraisanNEET
54de9dd0fe
Suggest Installing PHP Module Filter
...
Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com >
2021-05-15 15:23:54 +00:00
Roeland Jago Douma
6d67dd545a
Revert "[stable21] Fix images and alt tags"
2021-04-30 13:13:40 +02:00
Jan C. Borchardt
02521b6242
Fix images and alt tags, fix #621 , fix #622
...
- Change all `.. figure::` elements to `.. image::`
- Add empty `:alt:` so it is clear to screen readers that the images are decorative and don’t duplicate content
- Update styleguide with that info
Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net >
2021-04-20 11:37:48 +02:00
Sascha Wiswedel
fee3807bf9
added brute-force settings to supported apps
...
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com >
2021-04-14 12:46:54 +00:00
Christian Hartmann
edba27a795
Add PostgreSQL version 12 and 13 to requirements
...
Signed-off-by: Christian Hartmann <chris-hartmann@gmx.de >
2021-03-16 21:17:49 +00:00
hashashin1191
5babb2d152
Update source_installation.rst
...
Signed-off-by: hashashin1191 <hashashin1191@protonmail.com >
#6224
2021-03-16 21:11:01 +00:00
Joas Schilling
fda64d48c9
Adjust more php versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-01-15 11:53:10 +01:00
Joas Schilling
dfe90ce2e8
Adjust the manual to MySQL 8 required
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2021-01-15 11:47:28 +01:00
Morris Jobke
73dfc413c2
Merge pull request #5853 from Omemanti/patch-2
...
Update example_ubuntu.rst
2021-01-15 09:52:04 +01:00
Morris Jobke
aeb00d8f23
Merge pull request #5857 from nextcloud/anoymouserver/remove-global-browser-caching
...
remove global browser caching
2021-01-12 18:00:32 +01:00
Morris Jobke
e26ad35ab5
Update admin_manual/installation/system_requirements.rst
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2021-01-07 08:43:32 +01:00
Roeland Jago Douma
241de74228
Update system requirements
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl >
2021-01-06 21:29:11 +01:00
anoy
3e32818aa7
remove global browser caching
...
Signed-off-by: anoy <anoymouserver@users.noreply.github.com >
2021-01-03 19:41:25 +01:00
tflidd
cf8d6b44e4
Merge pull request #5831 from anirudhdggl/master
...
Updated the docs for ease
2020-12-29 00:51:33 +01:00
Omemanti
87c1ddf398
Update example_ubuntu.rst
...
tar command gave errors, (typo?)
-xfjv => -xjvf
tar -xfjv nextcloud-x.y.z.tar.bz2 => tar -xjvf nextcloud-x.y.z.tar.bz2
2020-12-27 10:32:58 +01:00
Anirudh Duggal
9d3360c264
Modified server tuning docs to ensure that a person can find out if they already have HTTP2 enabled or not before going about reading how to do it. Also this would prevent the additional effort he has to do to find out a way to see if HTTP2 is already enabled or not
...
Signed-off-by: Anirudh Duggal <anirudhdggl@gmail.com >
2020-12-19 12:27:11 +05:30
Christoph Wurst
c9918d47c2
Update admin webserver config recommendations for well known handlers
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2020-12-16 10:36:10 +01:00
Victor Joos
8eddc06b54
Adds links to ubuntu 20.04 example
...
The current documentation ends abruptly when only reading the "example
installation on ubuntu 20.04" document. This commit adds some links for the
next (potential) steps.
Signed-off-by: Victor Joos <victor.joos@uclouvain.be >
2020-10-20 15:06:16 +02:00
Morris Jobke
3b03d75fc3
Merge pull request #5038 from srbaker/master
...
Clarify the virtual host and directory installation methods.
2020-10-06 22:28:16 +02:00
Morris Jobke
75ec4ada00
Recommend Ubuntu 20.04 instead of 18.04
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de >
2020-10-06 09:06:24 +02:00
Damian Nowak
ce26db2d52
server_tuning.rst: escape regexp properly
...
Some shells like zsh will not auto-escape an argument if no match is found on the filesystem.
2020-10-03 21:16:06 -05:00
Steven R. Baker
bf4be01a7e
Clarify the virtual host and directory installation methods.
...
The existing documentation makes it look as though Debian-likes only
supports directory-based configuration, and RH-likes only support
VirtualHost configuration.
I think this update is more clear about the options.
Signed-off-by: Steven R. Baker <steven@stevenrbaker.com >
2020-09-23 12:27:00 +02:00
J0WI
122ed88e53
Update urls to HTTPS
...
Signed-off-by: J0WI <J0WI@users.noreply.github.com >
2020-09-17 20:33:30 +02:00
Morris Jobke
9873b6be34
Merge pull request #2772 from AndrewwHummer/patch-2
...
Example centos walkthrough, add working secure apache config
2020-09-14 17:11:10 +02:00
Morris Jobke
c88a15c11b
Merge pull request #2197 from jivanpal/patch-2
...
Update nginx.rst -- Reworked the Nginx configs
2020-08-10 16:52:48 +02:00
Jivan Pal
2fa446d4e2
Change alias to root, as per discussion:
...
https://github.com/nextcloud/documentation/pull/2197#discussion_r467362742
2020-08-08 16:28:01 +01:00
Jivan Pal
776d23d52e
Update comment
2020-08-08 00:36:41 +01:00
AndrewwHummer
3fa705e4d0
Update example_centos.rst
...
add ref to detailed apache config back again
2020-08-07 14:23:33 +02:00
AndrewwHummer
63cb4ad484
Example centos, add working secure apache config
...
It would be really helpful if the example of a CentOS Configuration Walkthrough would directly contain a working and secure apache configuration.
Just the Reference to the detailed apache config is not adequate and too easy to overlook and users will end up with an unsecure and broken config. This could lead to the usual htaccess not working questions.
So here is my proposal :)
2020-08-07 11:17:34 +02:00
Joshua Ruehlig
892754cadb
More ugly non-capturing changes
2020-08-06 10:33:34 -07:00
Joshua Ruehlig
42cbf655c3
Making comment consistent
2020-08-06 10:25:09 -07:00
Jivan Pal
1c4b5aa32c
Merge since my last push
2020-08-06 17:27:50 +01:00
Jivan Pal
66f7342c64
Made 2 changes to nginx.rst:
...
- Changed `try_files` for `/.well-known` to allow URIs that we don't handle and not pass them to our front-end controller
- Changed rule to match `/nextcloud/*` from regex rule to equivalent prefix rule
2020-08-06 17:18:10 +01:00
Joshua Ruehlig
59c946850a
Update nginx.rst
...
Note is no longer relevant
2020-08-06 04:41:28 -07:00
Joshua Ruehlig
f383cf62eb
Update nginx.rst
...
Discussed here > https://github.com/nextcloud/documentation/pull/2197#discussion_r453641162
2020-08-06 03:15:55 -07:00
Joshua Ruehlig
1835250df2
Another minor change
...
You probably are correct on NGINX optimizing groups with unused captures into non-capturing groups, but unless we know for sure/see documentation I think it is best we are explicit.
2020-08-06 02:07:55 -07:00
Joshua Ruehlig
f598e2423c
Basic changes
...
I think we mostly agree on these, grouping them for easy merging.
Creating a new branch is giving me an error for some reason, so I will commit directly. If necessary we can always revert.
2020-08-06 01:43:10 -07:00