forked from gilbitron/Arrest-MySQL
-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
ArrestDB + Postgresql + Nginx #42
Comments
Hi, Line 567 in d430225
with $root = preg_replace('~/++~', '/',$_SERVER['REQUEST_URI'] . '/');
NGINX config that worked for me:
hope I helped, good luck! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are trying hard from last two weeks to configure ArrestDB with Postgresql on Nginx server. We get following error:
{
"error": {
"code": 400,
"status": "Bad Request"
}
}
while requesting like: http://serverip/ArrestDB/index.php/users
Note: We have successfully deployed this API with Postgresql on Apache server.
The text was updated successfully, but these errors were encountered: