Search:

Type: Posts; User: Client_uk

Search: Search took 0.00 seconds.

  1. Thread: Nginx rules

    by Client_uk
    Replies
    25
    Views
    302,075

    perfect! but didnt check if this works with the...

    perfect! but didnt check if this works with the sitemap yet
  2. Thread: Nginx rules

    by Client_uk
    Replies
    25
    Views
    302,075

    Is anything else needed to solve this issue?

    Is anything else needed to solve this issue?
  3. Thread: Nginx rules

    by Client_uk
    Replies
    25
    Views
    302,075

    Here is my code server { listen ...

    Here is my code



    server {
    listen 80;


    root /var/www;
    index index.php index.html index.htm;
  4. Thread: Nginx rules

    by Client_uk
    Replies
    25
    Views
    302,075

    Server {} are default. But will post it once I...

    Server {} are default. But will post it once I have access to it
  5. Thread: Nginx rules

    by Client_uk
    Replies
    25
    Views
    302,075

    Are there any instructions how to enable this for...

    Are there any instructions how to enable this for nginx+fastcgi?

    my current settings are:


    location ~ \.php$ {
    try_files $uri =404;
    fastcgi_pass unix:/var/run/php5-fpm.sock;
    ...
Results 1 to 5 of 5