Use middleware instead of the noscheme workaround in order to make HTTPS work behind a reverse-proxy
This commit is contained in:
parent
f53fc5ebc1
commit
fed425fce3
7 changed files with 70 additions and 238 deletions
|
@ -11,7 +11,6 @@
|
|||
"symfony/yaml": "~3.2.0",
|
||||
"symfony/process": "~3.2.0",
|
||||
"ptachoire/process-builder-chain": "~1.2.0",
|
||||
"rudloff/smarty-plugin-noscheme": "~0.1.0",
|
||||
"guzzlehttp/guzzle": "~6.2.0",
|
||||
"rudloff/rtmpdump-bin": "~2.3",
|
||||
"aura/session": "~2.1.0"
|
||||
|
@ -80,6 +79,6 @@
|
|||
}
|
||||
},
|
||||
"scripts": {
|
||||
"compile": "composer install --dev"
|
||||
"compile": "composer install --ignore-platform-reqs"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue