basically what you are saying is you can't make any POST? The post gets stripped?
much of conf not dependent on the database, and if there was an error related to data input, it would say so.
grep is your friend.
Yes. That's the most confusing part.
Is there something that needs changed in nginx?
It works when I visit by ip, but not by url.
I get no php, nginx, or mysql errors. I see the access log from nginx and it looks no different whether it's by url or ip, except for the access path.
maybe post your site rules, also you could log requests
what do you have for server_name?
server_name
Log requests? I have access logged in nginx and they show up fine.
I have the correct server name there, or else it wouldn't even be serving. nginx/sites-enabled/default http://pastebin.com/7qNcy0pd
you could log post data
log_format postdata $request_body; access_log /var/tmp/postdata.log postdata;
I tried 2.1a41 from github and it worked, but there is like no javascript or css. It's just plain, basic, html pages.
try the beta
Downloaded 2.1b and that works.. But still so worrying.
I think it could be to do with IP addresses.
https://support.cloudflare.com/entries/22051973-Does-CloudFlare-have-an-IP-module-for-Nginx-
Answers
basically what you are saying is you can't make any POST? The post gets stripped?
much of conf not dependent on the database, and if there was an error related to data input, it would say so.
grep is your friend.
Yes. That's the most confusing part.
Is there something that needs changed in nginx?
It works when I visit by ip, but not by url.
I get no php, nginx, or mysql errors.
I see the access log from nginx and it looks no different whether it's by url or ip, except for the access path.
maybe post your site rules, also you could log requests
what do you have for
server_name
?grep is your friend.
Log requests? I have access logged in nginx and they show up fine.
I have the correct server name there, or else it wouldn't even be serving.
nginx/sites-enabled/default http://pastebin.com/7qNcy0pd
you could log post data
grep is your friend.
I tried 2.1a41 from github and it worked, but there is like no javascript or css. It's just plain, basic, html pages.
try the beta
grep is your friend.
Downloaded 2.1b and that works.. But still so worrying.
I think it could be to do with IP addresses.
https://support.cloudflare.com/entries/22051973-Does-CloudFlare-have-an-IP-module-for-Nginx-
grep is your friend.