Welcome Guest, Not a member yet? Register   Sign In
Nginx config
#3

[eluser]Abel A.[/eluser]
Here's my nginx config

Code:
server {
    server_name mysite.com www.mysite.com;
    root /home/abel/public_html;
    index index.php index.html index.htm;

    location / {
        try_files $uri $uri/ /index.php;
    }

    include php;
    access_log off;
}

The CI stuff is just in the location segment, the rest is standard.


Messages In This Thread
Nginx config - by El Forum - 08-01-2012, 03:56 AM
Nginx config - by El Forum - 08-01-2012, 02:52 PM
Nginx config - by El Forum - 08-01-2012, 05:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB