Add custom Apache configuration file to optimize Nextcloud performance and security. Mount nextcloud.conf into Apache's conf-enabled directory for automatic loading. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
<Directory /var/www/html/>
|
|
Options FollowSymLinks
|
|
AllowOverride All
|
|
Require all granted
|
|
</Directory>
|