GetSimple Support Forum

Full Version: Does GetSimple support Nginx web server?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Using a database-less CMS like GetSimple is a huge performance boost and I want to increase the performance further by using Nginx instead of Apache. Do let me know if anyone tried GS on this server.
nvinanda Wrote:Using a database-less CMS like GetSimple is a huge performance boost and I want to increase the performance further by using Nginx instead of Apache. Do let me know if anyone tried GS on this server.

Just search the forum. I saw at least two general GS/Nginx topics.
nvinanda Wrote:Using a database-less CMS like GetSimple is a huge performance boost and I want to increase the performance further by using Nginx instead of Apache. Do let me know if anyone tried GS on this server.

well, you can compare the features which are necessary to run http://get-simple.info/wiki/installation:modules with the features of ngingx server

for sure there are equivalents to the Apache functionalities (XML, ZIP, mod_rewrite)

but you will have to figure out how to do it

I did a short google-search:

http://wiki.nginx.org/HttpRewriteModule
http://bhavin.directi.com/nginx-xslt-mod...t-servers/


why not just test it? It will take either 5 minutes or 5 hours ;=)

Cheers, and good luck, Connie
i'm using it with Nginx see the relevant post here
http://get-simple.info/forum/topic/1374/gs-and-nginx/

the config i post works with 'fancy urls' enabled
Thanks.