fix 2 proxy
This commit is contained in:
@@ -21,7 +21,7 @@ use Illuminate\Support\Facades\URL;
|
||||
*/
|
||||
|
||||
$proxy_url = getenv('PROXY_URL');
|
||||
$proxy_scheme = getenv('PROXY_SCHEMA');
|
||||
$proxy_scheme = getenv('PROXY_SCHEME');
|
||||
|
||||
if (!empty($proxy_url)) {
|
||||
URL::forceRootUrl($proxy_url);
|
||||
|
||||
Reference in New Issue
Block a user