mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Add dev entry point for API
This commit is contained in:
@@ -19,7 +19,7 @@ server {
|
||||
|
||||
location /api {
|
||||
root {{ nginx.docroot }}/www;
|
||||
rewrite ^(.*)$ /api.php/$1 last;
|
||||
rewrite ^(.*)$ /api_dev.php/$1 last;
|
||||
}
|
||||
|
||||
location ~ ^/(index|index_dev|api)\.php(/|$) {
|
||||
|
Reference in New Issue
Block a user