Options +FollowSymLinks -Indexes
Require all granted

# Increase upload size limit for Apache (500MB = 524288000 bytes)
LimitRequestBody 524288000

# PHP upload limits (if using PHP)
php_value upload_max_filesize 500M
php_value post_max_size 500M

# For Passenger - increase client body size (500MB = 524288000 bytes)
SetEnv PASSENGER_MAX_REQUEST_SIZE 524288000

# Enable Passenger (if using Passenger instead of systemd/gunicorn)
PassengerEnabled on
PassengerAppRoot /home/aibitsofts/public_html/chatbot.aibitsoft.cloud
