<Directory />
AllowOverride none
Require all deny (Изменил на granted и сделал systemctl stop httpd && systemctl start httpd. Увы, эффекта это не дало.)
</Directory>
<Directory "/var/www">
AllowOverride None
# Allow open access:
Require all granted
</Directory>
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
</Directory>
<Files ".ht*">
Require all denied
</Files>
<Directory "/var/www/cgi-bin">
AllowOverride None
Options None
Require all granted
</Directory>
httpd -S
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using localhost.localdomain. Set the 'ServerName' directive globally to suppress this message
VirtualHost configuration:
*:80 10.10.10.228 (/etc/httpd/conf.d/nextcloud.conf:1)
ServerRoot: "/etc/httpd"
Main DocumentRoot: "/var/www/html"
Main ErrorLog: "/etc/httpd/logs/error_log"
Mutex authdigest-client: using_defaults
Mutex proxy: using_defaults
Mutex authn-socache: using_defaults
Mutex default: dir="/run/httpd/" mechanism=default
Mutex mpm-accept: using_defaults
Mutex authdigest-opaque: using_defaults
Mutex proxy-balancer-shm: using_defaults
Mutex rewrite-map: using_defaults
PidFile: "/run/httpd/httpd.pid"
Define: _RH_HAS_HTTPPROTOCOLOPTIONS
Define: DUMP_VHOSTS
Define: DUMP_RUN_CFG
User: name="apache" id=48
Group: name="apache" id=48
ls -la /var/www/html
drwxr-xr-x. 3 root root 22 май 7 15:37 .
drwxr-xr-x. 4 root root 31 май 7 15:10 ..
drwxrwxrwx. 15 apache apache 4096 май 7 15:40 nextcloud
ls -la /var/www/html/nextcloud
drwxrwxrwx. 15 apache apache 4096 май 7 15:40 .
drwxr-xr-x. 3 root root 22 май 7 15:37 ..
drwxrwxrwx. 32 apache apache 4096 апр 9 03:27 3rdparty
drwxrwxrwx. 38 apache apache 4096 апр 9 03:23 apps
-rwxrwxrwx. 1 apache apache 12063 апр 9 03:22 AUTHORS
drwxrwxrwx. 2 apache apache 46 апр 9 03:22 config
-rwxrwxrwx. 1 apache apache 3650 апр 9 03:22 console.php
-rwxrwxrwx. 1 apache apache 34520 апр 9 03:22 COPYING
drwxrwxrwx. 18 apache apache 4096 апр 9 03:27 core
-rwxrwxrwx. 1 apache apache 4979 апр 9 03:22 cron.php
drwxrwxrwx. 2 apache apache 6 май 7 15:40 data
-rwxrwxrwx. 1 apache apache 2836 апр 9 03:22 .htaccess
-rwxrwxrwx. 1 apache apache 156 апр 9 03:22 index.html
-rwxrwxrwx. 1 apache apache 3172 апр 9 03:22 index.php
drwxrwxrwx. 6 apache apache 4096 апр 9 03:22 lib
-rwxrwxrwx. 1 apache apache 283 апр 9 03:22 occ
drwxrwxrwx. 2 apache apache 22 апр 9 03:22 ocm-provider
drwxrwxrwx. 2 apache apache 52 апр 9 03:22 ocs
drwxrwxrwx. 2 apache apache 22 апр 9 03:22 ocs-provider
-rwxrwxrwx. 1 apache apache 2951 апр 9 03:22 public.php
-rwxrwxrwx. 1 apache apache 5139 апр 9 03:22 remote.php
drwxrwxrwx. 4 apache apache 102 апр 9 03:22 resources
-rwxrwxrwx. 1 apache apache 26 апр 9 03:22 robots.txt
drwxrwxrwx. 12 apache apache 4096 апр 9 03:27 settings
-rwxrwxrwx. 1 apache apache 2232 апр 9 03:22 status.php
drwxrwxrwx. 3 apache apache 33 апр 9 03:22 themes
drwxrwxrwx. 2 apache apache 41 апр 9 03:23 updater
-rwxrwxrwx. 1 apache apache 163 апр 9 03:22 .user.ini
-rwxrwxrwx. 1 apache apache 362 апр 9 03:27 version.php
К сожалению не помогло:(