MyBB Community Forums

Full Version: Nginx server setup
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys,

I ran mybb on an old website some time ago, however we were using apache. Now I have a new server which is on nginx, should that cause any problems or anything special I have to take care of?  Confused
Absolute no problem on nginx, apache...

The only thing to care about is plugins, some plugins support apache server and show undesired working on nginx, one example is google seo plugin.
Okay I see, I guess they will mention this in the Plugins?..

Thanks Smile
Nginx is a server like Apache, not many plugin author will mention server compatibility except in very rare scenarios. But you are good to use nginx because almost 98 % plugins will support this server Smile Good luck..
The only issue you might have is that nginx doesn't support .htaccess files, so you'll have to add rewrite rules to your ghost configuration if you wish to use "pretty" URLs.
Cool, thank you Euan.

You can follow the status on https://ollygames.com - will try to get it done next week.

Thank you all for the support.
On the topic of the rewrites, this guide from frostschutz should help: http://community.mybb.com/thread-51764.html
(2016-03-29, 01:48 PM)Euan T Wrote: [ -> ]On the topic of the rewrites, this guide from frostschutz should help: http://community.mybb.com/thread-51764.html

Thx ! that sure helps me Smile
There's also an exemplary Nginx file in the package: https://github.com/mybb/mybb/blob/featur...-nginx.txt