mirror of
https://github.com/nextcloud/server.git
synced 2026-02-18 18:28:50 -05:00
Missing line return
This commit is contained in:
parent
fbb126cdd9
commit
5e40653713
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,7 @@ class OC_Setup {
|
|||
$content.= "php_value post_max_size 512M\n";
|
||||
$content.= "SetEnv htaccessWorking true\n";
|
||||
$content.= "</IfModule>\n";
|
||||
$content.= "<IfModule mod_rewrite.c>";
|
||||
$content.= "<IfModule mod_rewrite.c>\n";
|
||||
$content.= "RewriteEngine on\n";
|
||||
$content.= "RewriteRule .* - [env=HTTP_AUTHORIZATION:%{HTTP:Authorization},last]\n";
|
||||
$content.= "</IfModule>\n";
|
||||
|
|
|
|||
Loading…
Reference in a new issue