AIRAVATA-2382 Moving max file upload size to Ansible vhost config
diff --git a/public/.htaccess b/public/.htaccess
index 6963271..e8b093f 100755
--- a/public/.htaccess
+++ b/public/.htaccess
@@ -14,7 +14,8 @@
     RewriteRule ^ index.php [L]
 </IfModule>
 
+# NOTE: Configuring max file upload size has moved to Ansible vhost config
 # Allow uploading files up to 64MB in size.
 # NOTE: if you change one of these values you will need to change the other one likewise.
-php_value upload_max_filesize 64M
-php_value post_max_size 64M
\ No newline at end of file
+# php_value upload_max_filesize 64M
+# php_value post_max_size 64M
\ No newline at end of file