Closed (fixed)
Project:
Octopus
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 May 2012 at 13:03 UTC
Updated:
7 Jun 2012 at 11:11 UTC
Hello,
I can't seem to authenticate through Drupad (http://drupal.org/project/drupad) for any sites hosted in Octopus. I've tried adding the following with no luck:
###
### A trick for Drupad (not tested).
###
if ($http_authorization) {
rewrite ^/(.*)$ /index.php?q=$1&login=$http_authorization last;
}
This is a really helpful tool for managing sites on the go.
Comments
Comment #1
Poieo commentedBOA 2.0.3 seems to have resolved this issue.
Comment #2
omega8cc commentedThanks for the report and confirmation!