mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-10-15 09:50:48 +02:00
Fix routes for images
This commit is contained in:
@@ -15,6 +15,12 @@ server {
|
|||||||
proxy_pass $API_URL;
|
proxy_pass $API_URL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /_ipx/_/api/ {
|
||||||
|
proxy_pass_request_headers on;
|
||||||
|
rewrite ^/_ipx/_/api/(.*)$ /$1 break;
|
||||||
|
proxy_pass $API_URL;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
|
Reference in New Issue
Block a user