This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
evolix
/
wiki
Watch
16
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Documente CORS
master
mtrossevin
2 months ago
parent
8500f0fd9c
commit
98458053c8
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
HowtoApache.md
+ 4
- 0
HowtoApache.md
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 "*"
~~~
Write
Preview
Loading…
Cancel
Save