GetSimple Support Forum

Full Version: Nginx Questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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...0#pid24930
the health issue ?
Warning: Server Setup non-Apache

And on the health check page:
Apache web server nginx/1.2.1 - Error
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.
(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!