Commit Graph

628 Commits

Author SHA1 Message Date
Daniel Kesselberg
cda627b7c8 Fix: Title underline too short
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-02-23 23:12:27 +01:00
Julius Härtl
83ee3abc78 Merge pull request #1830 from EV21/fix-headings
adds more discription for sub-dir based config
2020-02-21 12:57:02 +01:00
EV21
b52df4aa53 Apply suggestions from code review
Co-Authored-By: Julius Härtl <jus@bitgrid.net>
2020-02-21 12:36:46 +01:00
Julius Härtl
36f4ee1fce Serve webm, mp4 files directly in nginx
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-02-20 21:55:20 +01:00
Eduard Veit
1a196eacce adds more discription
Signed-off-by: Eduard Veit <developer@ev21.de>
2020-02-18 14:15:10 +01:00
Roeland Jago Douma
21f8283cb2 MariaDB 5.5 is EOL for 19
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-02-07 10:43:20 +01:00
MichaIng
b95c0e0185 Remove obsolete HOME and HTTP_HOME variables from Apache2 config
Additionally align format for Debian/Ubuntu and CentOS/RHEL configs:
- Consistent spacing and order
- No double quotes around directory path which does not contain spaces

Signed-off-by: MichaIng <micha@dietpi.com>
2020-01-24 13:23:47 +01:00
Julius Härtl
407a2d70c4 Move to python3
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-20 14:29:31 +01:00
Daniel Kesselberg
abbc7273fd Make the table great again
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2020-01-09 20:08:10 +01:00
Roeland Jago Douma
0609d3485d Update recommended DBs
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-01-06 20:18:14 +01:00
Julius Härtl
f57d6da35b Remove outdated module list
Fix #1358

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 22:27:04 +01:00
John Molakvoæ
c2a6edb5e4 Merge pull request #1748 from Zocker1999NET/ext/nginx_dot_files_upload_fix
admin_manual/installation/nginx: Added tip for allowing uploads while blocking dot files
2020-01-02 17:42:57 +01:00
Julius Härtl
9890900cd5 Cleanup installation manual
Move example out of manual installation, mark snap/vm as community project

Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-02 15:33:45 +01:00
Roeland Jago Douma
07bf3b068a Merge pull request #1742 from martbock/patch-2
Fix typo
2019-12-23 09:48:18 +01:00
Roeland Jago Douma
806bf5ce4c Merge pull request #1749 from nextcloud/fix/supported-php-versions
Update supported php versions for 18
2019-12-23 09:43:41 +01:00
Christoph Wurst
3e4931c856 Update supported php versions for 18
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-19 10:59:25 +01:00
Felix Stupp
cb29d8155f admin_manual/installation/nginx: Added tip for allowing uploads while blocking dot files
Signed-off-by: Felix Stupp <felix.stupp@outlook.com>
2019-12-16 00:46:26 +01:00
Martin Bock
a0c7033bd6 Fix typo 2019-12-03 15:38:59 +01:00
John Molakvoæ
b39c6e0783 Add hash module to required list (#1549)
Add hash module to required list
2019-11-20 07:52:32 +01:00
John Molakvoæ
2b088bbfd1 hash only on FreeBSD 2019-11-20 07:41:01 +01:00
Jasper Knockaert
8f6c1aa61a fix PATH_INFO
`try_files` was added in #1674, but that resets `$fastcgi_path_info`. This PR makes sure PATH_INFO gets the original value.
2019-10-24 20:19:07 +02:00
Roeland Jago Douma
f8bf1de627 Harden NGINX config
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-24 10:22:06 +02:00
blizzz
2375475d6d Merge pull request #1648 from J0WI/postgresql11
Add PostgreSQL 11
2019-10-07 17:15:11 +02:00
Daniel-I-Am
ead8ce00e1 Refresh linux distro requirements
Signed-off-by: Daniel-I-Am <djdecloet@gmail.com>
2019-10-04 22:29:10 +02:00
J0WI
b18d2f8a3e Add PostgreSQL 11
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-10-03 23:55:55 +02:00
John Molakvoæ
9958118d86 Update Nginx subdir headers to match webroot config (#1597)
Update Nginx subdir headers to match webroot config
2019-09-23 11:40:58 +02:00
Christoph Wurst
63e39e2b5b Also load bcmap files with nginx
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-08-26 14:14:04 +02:00
MichaIng
3fc4f5def4 Update Nginx subdir headers to match webroot config
+ Ref: https://github.com/nextcloud/documentation/pull/1520
+ The master merge to resolve conflicts has reverted the headers changes for the subdir config. This commit redoes the intended changes, to match Nginx webroot config and .htaccess.

Signed-off-by: Micha Felle <micha@dietpi.com>
2019-08-24 14:34:41 +02:00
Wehzie
fc0336f117 Missing determiner "the"
Added "the" in  "... at least the following settings..."
2019-08-11 15:58:23 +02:00
Wehzie
0974dcb824 Fixed varying capitalization
Settled for "includeSubDomains" over "includeSubdomains" as also found on Mozilla docs https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Strict-Transport-Security

Furthermore removed semicolon as it doesn't appear in the Apache config
2019-08-04 02:41:38 +02:00
Daniel Hansson
4081dbde31 add the VM scripts as an option on Ubuntu Server 2019-07-09 22:11:03 +02:00
Bram Ceulemans
a9543a3fdd Add hash module to required list
Signed-off-by: Bram Ceulemans <bramceulemans@me.com>
2019-07-07 18:55:45 +02:00
John Molakvoæ
d2963c0160 Merge branch 'master' into x-frame 2019-07-03 16:59:19 +02:00
J0WI
994ec1f1f1 Update path to PHP 7.2 config
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 11:44:39 +02:00
mrplow87
be04ba4a33 add server_port variable to well-known redirects
if Nextcloud is used on a custom HTTPS port, the well-known redirects do not work, because the server port is not included in the redirect.
2019-07-02 05:32:07 +00:00
John Molakvoæ
27a144d2a1 Cleanup trailing slashes and spaces (#1521)
Cleanup trailing slashes and spaces
2019-07-02 06:39:10 +02:00
John Molakvoæ
cd81f70d0d Update path to php-fpm socket (#1523)
Update path to php-fpm socket
2019-07-02 06:34:39 +02:00
J0WI
38b119ae8d Update path to php-fpm socket
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 00:09:52 +02:00
J0WI
0bc2e15849 Document the front_controller_active param
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 23:20:59 +02:00
J0WI
e9fdb9cc0e Cleanup trailing slashes and spaces
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:33:35 +02:00
J0WI
75727f475b Use "always" condition for security headers
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
017754a3f3 Sort headers
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
J0WI
d7daa197a8 Add X-Frame-Options header to nginx
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-01 22:29:32 +02:00
Daniel Kesselberg
a865341ad4 Bump minium pqsql version to 9.5
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-27 23:58:17 +02:00
John Molakvoæ
37c0a9de78 Serve map files for nginx configs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-19 13:15:35 +02:00
Morris Jobke
0d8633cff5 Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 14:25:32 +02:00
Joas Schilling
6af1a5cff2 Update admin_manual/installation/source_installation.rst
Co-Authored-By: wiswedel <wiswedel@users.noreply.github.com>
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
0a14840eef Added Guests and Terms of Service to the list of supported apps
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
06ad8b6938 added PHP 7.3 to installation prerequisites
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00
Sascha Wiswedel
5adc5cab71 Apache config reordering
order was confusing for CentOS setup

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-05-06 15:09:33 +02:00