GetSimple Support Forum
Nginx Questions - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Installation & Setup (http://get-simple.info/forums/forumdisplay.php?fid=5)
+--- Thread: Nginx Questions (/showthread.php?tid=5899)



Nginx Questions - slenk - 2014-03-18

I am switching servers from Ubuntu 11.04 (damn I need to upgrade) to Debian 7.4, and I wanted to use nginx.

I got it working, but the admin panel has the health issue. Or there any parts that truly won't work on nginx or is apache just the recommended?

I modified my conf file for the website to be similar to http://get-simple.info/forums/showthread.php?tid=1269&pid=24930#pid24930


RE: Nginx Questions - shawn_a - 2014-03-18

the health issue ?


RE: Nginx Questions - slenk - 2014-03-18

Warning: Server Setup non-Apache

And on the health check page:
Apache web server nginx/1.2.1 - Error


RE: Nginx Questions - shawn_a - 2014-03-18

gsconfig

PHP Code:
# Disable check for Apache web server, default false
#define('GSNOAPACHECHECK', true); 

The warning is to just make sure you secure your data files on your own or else you are wide open to hacks.


RE: Nginx Questions - slenk - 2014-03-18

(2014-03-18, 01:23:25)shawn_a Wrote: gsconfig

PHP Code:
# Disable check for Apache web server, default false
#define('GSNOAPACHECHECK', true); 

The warning is to just make sure you secure your data files on your own or else you are wide open to hacks.

Thanks!