LPH
Well-known member
I've moved the server from Apache to NGINX and noticed that the ragtek global feed stopped. I uninstalled it and am trying to get the default global feed.
This brought up a few questions.
1. Maybe I am not trying the correct location. What is the correct global feed location?
2. Maybe I have the NGINX server block for XenForo set wrong. Is there someone using NGINX that has a working global feed. What are you using?
Would someone mind checking to see if I'm just looking in the wrong place ?
www.tuxreports.com/community
This brought up a few questions.
1. Maybe I am not trying the correct location. What is the correct global feed location?
2. Maybe I have the NGINX server block for XenForo set wrong. Is there someone using NGINX that has a working global feed. What are you using?
Would someone mind checking to see if I'm just looking in the wrong place ?
www.tuxreports.com/community
Code:
# XENFORO
location /community/ {
try_files $uri $uri/ /community/index.php?q=$uri&$args;
}
location ~ /community/(internal_data|library) {
internal;
}
Last edited: