mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 15:29:27 +00:00
Merge branch 'master' into 3.0.0-alpha.14.1
This commit is contained in:
commit
44daf8d962
@ -331,7 +331,7 @@ module.exports.app = async function() {
|
||||
`${this.config.url}/${get(this.config.currentEnvironment.server, 'admin.path', 'admin')}`;
|
||||
|
||||
// proxy settings
|
||||
this.config.proxy = get(this.config.currentEnvironment, 'server.proxy' || {});
|
||||
this.config.proxy = get(this.config.currentEnvironment, 'server.proxy', {});
|
||||
|
||||
// check if SSL enabled and construct proxy url
|
||||
function getProxyUrl(ssl, url) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user