[02:04:14] I just stumbled onto https://forgefed.org/ which seems like a pretty nifty idea. It would be interesting to see something like this in Phorge [11:42:28] Eh I had to add $_SERVER['HTTPS'] = true; in index.php manually to get assets to load properly [11:42:32] What's that about? o0 [12:09:03] olle are you using nginx + PHPFPM or something different? [12:10:56] Usually it happens when you have a frontend webserver (nginx) with https but acting as web proxy to an underlying webserver (PHP-FPM for example) in plaintext http; and, the first does not implement some HTTP headers to communicate that the origin was in https; or, the second does not read that; or, the application does not read that [12:18:47] Valerioboz[m]: Yep, nginx and php7.2-fpm [12:19:08] Hm maybe I'll ask on stackoverflow for tracability [12:22:54] https://stackoverflow.com/questions/76598868/had-to-hard-code-serverhttps-true-in-index-php-for-phorge-phabricator [12:22:58] I also added the tag phorge :)) [12:25:05] Are you sure you are using the right fcgi parameters in nginx? Something like "fastcgi_param HTTPS $https if_not_empty;" should be there to tell php you're using https [12:27:20] killme: Nop, not sure at all :) [12:27:46] Added it as a comment, will check later, need a nap now ^^' [12:27:49] Thanks [13:49:27] Np