Commit Graph

584 Commits

Author SHA1 Message Date
John Molakvoæ
4b0c343558
[stable15] Document the front_controller_active param (#1524)
[stable15] Document the front_controller_active param
2019-07-02 12:15:17 +02:00
John Molakvoæ
e146e2a93a
add server_port variable to well-known redirects (#1337)
add server_port variable to well-known redirects
2019-07-02 07:13:33 +02:00
mrplow87
6cc257a017
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 07:06:20 +02:00
John Molakvoæ
e363afdce2
[stable15] Cleanup trailing slashes and spaces (#1528)
[stable15] Cleanup trailing slashes and spaces
2019-07-02 06:46:44 +02:00
J0WI
99d4ac99fd Cleanup trailing slashes and spaces
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 04:39:27 +00:00
J0WI
953fcc499c Update path to php-fpm socket
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 04:34:58 +00:00
J0WI
2f5865a01c Document the front_controller_active param
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-07-02 04:34:26 +00:00
Daniel Kesselberg
5c0138d091 Nextcloud 16 does not work with MySQL 8 2019-06-22 06:33:15 +00:00
John Molakvoæ
c904ce6870 Serve map files for nginx configs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-06-21 07:44:39 +00:00
Morris Jobke
12d8181441 Remove recommendation for opcache on CLI
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-05-09 13:23:35 +00:00
Julius Härtl
39e4c4b40d Add list of possible remote connection destinations
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-02 09:09:29 +00:00
ernstkl
2abf9cea01 Update source_installation.rst
grammar fix
2019-05-02 07:10:57 +00:00
Morris Jobke
6b9f7ce122
Update admin_manual/installation/source_installation.rst 2019-04-29 17:21:36 +02:00
Daniel Hansson
64c28baa66 Add the Nextcloud VM scripts to Linux installation
Self explanatory

cc @nextcloud/documentation
2019-04-29 15:17:03 +00:00
Olav Seyfarth
d3f33ae7df Update source_installation.rst 2019-04-10 09:33:29 +00:00
Daniel Hansson
a1b0ca3c42 update VM versions 2019-04-08 22:33:12 +00:00
Morris Jobke
7a5caa840c Revert "change nginx-config for subdir to resolve /ocm-provider properly" 2019-03-21 13:21:20 +00:00
Morris Jobke
cfa2053433 Update admin_manual/installation/nginx.rst
Co-Authored-By: josh4trunks <joshruehlig@gmail.com>
2019-03-21 13:00:13 +00:00
Joshua Ruehlig
3e2af5079a Combine Attribution / Thanks
I don't see a reason I need my own statement, can just combine these sentences.
2019-03-21 13:00:13 +00:00
Joshua Ruehlig
de5d1c5015 Combine regex for ocs-provider and ocm-provider
Combine regex for ocs-provider and ocm-provider
2019-03-21 13:00:13 +00:00
Clemens Tolboom
4de18377ee Replace markdown into RST links 2019-03-20 08:17:46 +00:00
luvarqpp
b9c982fbcc
Add another common problem
After following two different tutorials on Internet, I have encountered login loop after fresh install. It had taken me some time to fix this problem, so I am proposing this troubleshooting part here.
2019-03-16 08:19:48 +01:00
Marius Blüm
41f0b0e222 Remove unneeded lines
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 11:04:58 +00:00
Marius Blüm
082f7b9e8c Update links and supported products
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 11:04:58 +00:00
Marius Blüm
d9614078b6 Update supported apps
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-03-14 11:04:58 +00:00
BernieO
89a8d82f02 update nginx subdir config to properly resolve oc(m|s)-provider
signed-off-by Bernhard Ostertag <bernio.github@gmx.de>

After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
Your web server is not properly set up to resolve “/ocs-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this rewrite has to be added to the nignx configuration when running nextcloud in a subdirectory of webroot
2019-03-04 12:48:51 +00:00
BernieO
8706567b75 update nginx subdir config to resolve oc(m|s)-provider
signed-off-by Bernhard Ostertag <bernieo.github@gmx.de>

After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
Your web server is not properly set up to resolve “/ocs-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this rewrite has to be added to the nignx configuration when running nextcloud in a subdirectory of webroot
2019-03-04 12:48:51 +00:00
BernieO
d41fb74bb0 change nginx-config for subdir to resolve /ocm-provider properly
After upgrading to 15.0.5 this is shown in the Admin-panel:
```
Your web server is not properly set up to resolve “/ocm-provider/”. This is most likely related to a web server configuration that was not updated to deliver this folder directly. Please compare your configuration against the shipped rewrite rules in “.htaccess” for Apache or the provided one in the documentation for Nginx at it’s documentation page 1. On Nginx those are typically the lines starting with “location ~” that need an update.
```
I think for runnning nextcloud in a subdirectory of webroot, this redirect has to be added to the configuration
signed-off by bernieo.github@gmx.de
2019-03-04 12:48:51 +00:00
ThaChillera
607e65f4ec added text for mimetype fix 2019-03-04 12:05:22 +00:00
Morris Jobke
6e83edecf8
Merge pull request #1257 from JackHazlehurst/patch-1
Fixed grammar error
2019-02-18 17:03:21 +01:00
Bjoern Schiessle
4f95d568a7 add exception for ocm-provider end-point
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2019-02-18 16:00:19 +00:00
Jack Hazlehurst
1db50a3040
Fixed grammar error.
an -> a
2019-02-17 00:16:31 +13:00
Hans Erasmus
0131d8a4df
Changed CentOS install to SCL from webtatic
Fixed the repo issue as previously discussed. Please note I added `imagick` package now as default. IMHO it is of no use to warn a user about it on the admin page if it is not to be used. This how-to should act as a one-stop page for them to get a basic Nextcloud up and running, without issues. (Excluding SSL etc which is more advanced).
2019-02-14 14:24:17 +02:00
michag86
58f5a7ace7 add rh-php72-php-pecl-apcu for centos too
add rh-php72-php-pecl-apcu for centos too
2019-02-12 17:49:21 +00:00
Roeland Jago Douma
ecebda2554 rh-php72-php-pecl-apcu is required on RH/Centos 2019-02-12 12:51:05 +00:00
Hans Erasmus
5bff478b91
As requested per comment
Like this?
2019-02-07 09:07:35 +02:00
Hans Erasmus
bf94f47eb5
Fixed formatting that displayed off-screen
The changes did not fit into the window when viewing the docs for Ubuntu install. Fixed it according to what I thought would be displayed better.
2019-02-06 07:59:25 +02:00
Hans Erasmus
3f99ccd8c4
Update CentOS7 install procedure
After upgrading from 14.04 to 15.02 I got a warning about `imagick` on my server, so it seems that although it is not compulsory,  it might be a good idea to add it to minimize the number of warnings a user might experience after initial install.
2019-02-05 08:20:08 +02:00
Morris Jobke
72768a1fa5
Merge pull request #1217 from nextcloud/backport/1216/stable15
[stable15] iOS Files & Talk apps are requiring iOS 10.x
2019-02-03 17:06:34 +01:00
Morris Jobke
f726f3c35f Rename sections and remove "configuration/configure" from the elements in the configuration section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 21:57:25 +00:00
Morris Jobke
efe3c8cd68 Move "hardening server" section from configuration to installation part
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 21:57:25 +00:00
Morris Jobke
3386ce6469 Move server tuning from configuration section to the installation section
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-02-01 21:57:25 +00:00
Marius Blüm
2ffe31c721 iOS Files & Talk apps are requiring iOS 10.x
Signed-off-by: Marius Blüm <marius@lineone.io>
2019-02-01 21:42:03 +00:00
Jack
bd8c83ec0f Nginx config: Remove line-breaks from STS header
This patch removes the incorrect line-breaks in the Strict-Transport-Security Headers.
Just removing the comment at the beginning of the line (and therefore having a line-break in the header field) leads to various kinds of failures across different clients and browsers.
2019-01-28 10:42:49 +00:00
michag86
662fefc2b2 fixed a typo 2019-01-24 13:52:05 +00:00
michag86
d208240c04 Additional changes from hanserasmus 2019-01-24 13:52:05 +00:00
michag86
eef094990c change link to php72 2019-01-24 13:52:05 +00:00
michag86
ef939db69b Updating to PHP 7.2
updating to php72
adding rh-php72-php-intl
adding uninstallation commands for old php54 (sometimes updating breaks the apache config, because php54 config is recreated)
symlink command for binary for short paths for usage in cron
2019-01-24 13:52:04 +00:00
Albirew
3b857184c2 added IPv6 example in trusted_domains
Since IPv6 have to be inside brackets to work here, an example should be added.
2019-01-16 19:07:35 +00:00
Jasper Knockaert
828c5a94d1 fix regular expressions in nginx config
A number of fixes to regular expressions in the nginx config example:
* escaping forward slash by prefixing a backslash (not essential, but seems good practise anyway)
* fix the second expression in fastcgi_split_path_info to allow for uris ending in .php (which do satisfy the location definition but would result in a 404 with the current specification of fastcgi_split_path_info
* adding /nextcloud to all regex location definitions in the subdirectory example
2019-01-16 16:18:40 +00:00