B bloh Active member Nov 17, 2016 #1 I tried to use SSL, but many of the elements become 404. Any idea why?
Mike XenForo developer Staff member Nov 17, 2016 #2 You need to make sure the HTTPS variable is passed from Nginx to PHP. You likely need a line like this in your FastCGI config: Code: fastcgi_param HTTPS $https if_not_empty; Upvote 0 Downvote
You need to make sure the HTTPS variable is passed from Nginx to PHP. You likely need a line like this in your FastCGI config: Code: fastcgi_param HTTPS $https if_not_empty;