Merge branch 'FixApacheConf' into 'master'
Add parameter to allow for encoded slashes See merge request !2
This commit is contained in:
commit
fe944c9238
|
@ -1,5 +1,6 @@
|
|||
<VirtualHost *:8000>
|
||||
DocumentRoot /app/code
|
||||
AllowEncodedSlashes On
|
||||
|
||||
ErrorLog /dev/stderr
|
||||
CustomLog /dev/stdout combined
|
||||
|
|
Loading…
Reference in New Issue