mirror of
https://github.com/nextcloud/server.git
synced 2026-02-25 10:51:41 -05:00
12 lines
344 B
ApacheConf
12 lines
344 B
ApacheConf
# Start of valid file
|
|
<IfModule mod_php7.c>
|
|
php_value always_populate_raw_post_data -1
|
|
php_value default_charset 'UTF-8'
|
|
php_value output_buffering 0
|
|
<IfModule mod_env.c>
|
|
SetEnv htaccessWorking true
|
|
</IfModule>
|
|
</IfModule>
|
|
#### DO NOT CHANGE ANYTHING ABOVE THIS LINE ####
|
|
|
|
# Content that should change the hash in the root folder
|