Skip to content

Commit a291cee

Browse files
committed
fix full base url not using https in dokku as its behind a proxy
1 parent 6fe06e4 commit a291cee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
'webroot' => 'webroot',
5858
'wwwRoot' => WWW_ROOT,
5959
//'baseUrl' => env('SCRIPT_NAME'),
60-
'fullBaseUrl' => false,
60+
'fullBaseUrl' => env('APP_FULL_BASE_URL'),
6161
'imageBaseUrl' => 'img/',
6262
'cssBaseUrl' => 'css/',
6363
'jsBaseUrl' => 'js/',

0 commit comments

Comments
 (0)