Skip to content

Commit 9838050

Browse files
committed
feat: add redirection in nginx from /api/sill.json to /api/catalogi.json
1 parent 3543dd3 commit 9838050

File tree

2 files changed

+5
-92
lines changed

2 files changed

+5
-92
lines changed

nginx/default.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,9 @@ server {
1717
rewrite /api/(.*) /$1 break;
1818
proxy_pass http://api;
1919
}
20+
21+
location = /api/sill.json {
22+
rewrite ^/api/sill.json$ /api/catalogi.json break;
23+
proxy_pass http://api;
24+
}
2025
}

web/public/tos_fr.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)