docs icon indicating copy to clipboard operation
docs copied to clipboard

Nginx?

Open ghost opened this issue 9 years ago • 4 comments

I think you are missing nginx docs, when I try to install it give me a 404 Not Found

ghost avatar Jul 13 '16 23:07 ghost

this is what I have, still get the 404 page

# start pagekit
    location /pagekit {
    index            index.php;
          try_files $uri $uri/ /pagekit/index.php?$args;
    }

    location ~ \.php$ {
         fastcgi_split_path_info ^(/pagekit)(/.*)$;
    }
     # end pagekit

ghost avatar Jul 13 '16 23:07 ghost

got it, just needed to restart the server.

however mod_rewrite does not seem to be working

fastcgi_param HTTP_MOD_REWRITE On;

ghost avatar Jul 13 '16 23:07 ghost

Does pagekit Support OPcache? because its the default in php 7

ghost avatar Jul 13 '16 23:07 ghost

@broros try this config file https://gist.github.com/xorinzor/a5b68445ac34bc9078a434d2a534731f

xorinzor avatar Jan 27 '17 22:01 xorinzor