diff --git a/misc/apache-cors.conf b/misc/apache-cors.conf index 3bcba88f7..10455d5a6 100644 --- a/misc/apache-cors.conf +++ b/misc/apache-cors.conf @@ -1,10 +1,12 @@ -# This configuration is only needed for compatibility with zmninja on iOS +# This configuration is only needed for compatibility with zmninja # If not using VirtualHosts, copy or symlink this file into the Apache config folder # If using VirtualHosts, then this config must be placed inside the appropriate # directive. -# Make sure you have enabled headers with sudo a2enmod headers +# Make sure you have enabled/loaded header manipulation modules +# For example, in Debian based distros the command is "sudo a2enmod headers" + # zmNinja header permissions. Tweak to your needs Header always set Access-Control-Allow-Credentials true