-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggested nginx config not working on Ubuntu 16.04 + nginx 1.10 + PHP7.0 #181
Comments
@neopostmodern Perhaps you can suggest an update for the Readme? |
Will do. Maybe someone with proper nginx knowledge could comment if that could be added to the default config or if it's platform specific? |
Tested on Ubuntu 16.04 and saw the same behaviour you described (200OK with blank page) Then I added your suggested line to the nginx config and unmark loaded right up I've also tested this line works as well: I'm also running unmark on Ubuntu 14.04 on nginx and the /etc/nginx/fastcgi_params file has: I'm not an nginx expert by any means, but based on documentation on the nginx site of some examples, I propose the addition of the following line to the unmark nginx readme. |
I also just recognized the following:
and further
...which basically says that there is another file ( Researching if this was safe to use, I found this blog entry:
Long story short, maybe it's a better fix to change the inclusion. |
Very interesting, I see that's the only difference between those files. I see what you mean on my Ubuntu 16 as well. I'm also comparing that to Ubuntu 14.04, I don't have a fastcgi.conf. But their fastcgi_params already had the line Changing the include on Ubuntu 16 makes sense. Maybe a few notes could be added to the readme to give tips on working basic nginx configs for a few common distros. |
Wow, I had included that blog post because 2009 sounded like it would have landed everywhere, but... well. Proposal, to be included right below the sample code:
|
@neopostmodern Looks great to me. I'd make a very minor tweak
@cdevroe thoughts? |
@neopostmodern |
Doing this enabled me to access the site, but this SQL issue remains and I'm reluctant to change all the modes, so I haven't been able to use it on my machine. This issue was really all about changing the documentation. |
Changing Has anybody make pull request about the fix already? |
1 similar comment
Changing Has anybody make pull request about the fix already? |
I made some changes according to new Nginx documentation. I hope I got it right! |
I was getting a blank page and 200 for everything.
After adding the following line as suggested on StackOverflow somewhere I got it to work:
Not sure if this is necessary for all versions, but maybe add a hint?
The text was updated successfully, but these errors were encountered: