Task #37518
Rename path typo3v4 -> typo3 for TYPO3 6.0
| Status: | Closed | Start date: | 2012-05-27 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Fabien Udriot | % Done: | 100% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
api.typo3.org/ typo3v4 typo3/current/html/
Task due for a next major version of TYO3
Memo: don't forget to update Nginx configuration (srv115) when changing path
location /api/typo3 {
proxy_pass http://api.typo3.org/typo3v4/current/html;
proxy_set_header Host api.typo3.org;
}
Associated revisions
History
Updated by Fabien Udriot about 1 year ago
- Subject changed from Rename path typo3v4 -> typo3 to Rename path typo3v4 -> typo3 for TYPO3 6.0
Updated by Gerrit Code Review 7 months ago
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/16807
Updated by Fabien Udriot 7 months ago
- Status changed from New to Closed
- Assignee set to Fabien Udriot
- % Done changed from 0 to 100
Done!