18
0
Fork 0

Documente CORS

This commit is contained in:
mtrossevin 2020-12-17 10:57:00 +01:00
parent 8500f0fd9c
commit 98458053c8
1 changed files with 4 additions and 0 deletions

View File

@ -1416,4 +1416,8 @@ Cela se fait via le fichier `/etc/apache2/envvars` :
APACHE_ULIMIT_MAX_FILES='ulimit -n 65536'
~~~
### CORS Allow-Origin
~~~
Header set Access-Control-Allow-Origin "*"
~~~