Kemory Grubb
Kemory Grubb
@aparadox I don't use CF and here is my `example.com-redirect.conf` file. I'll post the results of that test tomorrow. ``` server { listen 80; server_name example.com; return 301 https://example.com$request_uri; }...
@aparadox Here is the result from that script ``` Testing for a php script without WP running. HTTPS: HTTP_X_FORWARDED_PROTO: https ```
Here is the nginx error i got. I only masked the domain and ip. Also the 92five app is sitting beside several WordPress sites being served by Nginx. So I...
I am running Ubuntu 12.04.4 LTS Here is a copy of my server block ``` server { server_name project.website.com www.project.website.com; access_log /var/log/nginx/project.website.com.access.log rt_cache; error_log /var/log/nginx/project.website.com.error.log; root /var/www/project.website.com/htdocs; index index.php index.htm...
So my Nginx setup to run php5-fpm on `127.0.0.1:9000` not `unix:/var/run/php5-fpm.sock`. I editted the location block and now I am getting the `Whoops, looks like something went wrong` error
Just visiting the homepage gives me this error
I enabled debug mode and saw that it was a file write error. I ended up setting `/storage/..` to 0777 in trying to troubleshoot the error. Can we get more...
~~This is the furthest I have reached `http://project.website.com/install/adminaccount`, then I get the Oops Something went wrong error.~~ Passed that step. Am I correcting assuming that when the docs say make...
@chintanbanugaria I got it working only after setting most folders to 0777 recursively. BTW... is it possible to change the user avatar pic? My admin account is using the 'CB'...
Also, I was able to complete the process by using the `default` DB adapter