Configuration snippet for nginx

Support
  1. 5 months ago

    This should help if you're trying to get things running on nginx.

    	location / {
            	## First we try the URI and relay to the /index.php?$uri&$args if not found.
            	try_files $uri /index.php?$uri&$args;
    	}
  2. ok good

  3. last week

    Just that ?

or Sign Up to reply!