docs
docs copied to clipboard
Nginx?
I think you are missing nginx docs, when I try to install it give me a 404 Not Found
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
got it, just needed to restart the server.
however mod_rewrite does not seem to be working
fastcgi_param HTTP_MOD_REWRITE On;
Does pagekit Support OPcache? because its the default in php 7
@broros try this config file https://gist.github.com/xorinzor/a5b68445ac34bc9078a434d2a534731f