-
Couldn't load subscription status.
- Fork 16
Closed
Description
The following parts of the nginx.conf do not seem to work.
location ~ ^/1\.1(.*)$ {
return 301 http://api11.cakephp.org/;
}
location ~ ^/class/.*$ {
return 301 http://api.cakephp.org/2.6$request_uri;
}
- http://api11.cakephp.org/ -> After redirecting to https://api11.cakephp.org/ , you will see "Service Unavailable".
- https://api.cakephp.org/class/package-Cake.Cache.Engine.html -> After redirecting to https://api.cakephp.org/2.6/class/package-Cake.Cache.Engine.html, you will see "Not Found"
Metadata
Metadata
Assignees
Labels
No labels