Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Nginx? #79

Open
ghost opened this issue Jul 13, 2016 · 4 comments
Open

Nginx? #79

ghost opened this issue Jul 13, 2016 · 4 comments

Comments

@ghost
Copy link

ghost commented Jul 13, 2016

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

@ghost
Copy link
Author

ghost commented Jul 13, 2016

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
Copy link
Author

ghost commented Jul 13, 2016

got it, just needed to restart the server.

however mod_rewrite does not seem to be working

fastcgi_param HTTP_MOD_REWRITE On;

@ghost
Copy link
Author

ghost commented Jul 13, 2016

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

@xorinzor
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant