Both of those files are missing vBSEO nginx rules.
This is a discussion on rewrite rules on nginx in sub folder within the General Discussion forums, part of the vBulletin SEO Discussion category; Both of those files are missing vBSEO nginx rules....
Both of those files are missing vBSEO nginx rules.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Yea I left them out intentionally. The 'default' file is the same as mentioned previously, which I tried but it failed. I was hoping you all could just drop in the code for me, since the default nginx code given in the vbseo looks like it can work with my setup since I also have my forum folder named 'forums'. I did not see anything on the forums about configuring the nginx.conf file. Fill me in please
Also in the nginx.conf file, there is "include /etc/nginx/sites-enabled/" so I don't think I need to configure that file since it pulls the data from the sites-enabled folder where ive been making all my changes
default file is not a configuration file. Any customization you add it will have no effect. Sorry sir but if you are unexperienced in nginx , you should use apache or hire a server admin to handle your nginx configuration.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Hmm you would think with NGINX becoming so popular, you all would offer some custom support for it. I feel somehow like I wasted 150 dollars, but Ill find someone hopefully.![]()
We don't offer any support to Apache , Nginx , Php or any other server related customizations. We offer support for our product vBSEO only. You need to request Server support from your Server Management.
Mert Gökçeimam / Crawlability Inc.
vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!
Twitter:@Depkac
Personal Blog : Mert Gökçeimam
Hello,
please try to change this part:
to:Code:if (!-e $request_filename) { rewrite ^(.+)$ /index.php?q=$1 last; }
(to have it skipped for forums folder)Code:if (!-e $request_filename) { if (!$request_filename ~* /forums/) { rewrite ^(.+)$ /index.php?q=$1 last; } }
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!