Instead of the port forward you can try a .htaccess file in bobses_eu root folder:
Code:
RewriteEngine on
# Force SSL - Always first!
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://bobese.eu/$1 [R,L]