-
-
Notifications
You must be signed in to change notification settings - Fork 97
Closed
Description
Hi @umputun does reproxy support the nginx concept for assets of
root /usr/share/nginx/application;
index index.html;
location / {
rewrite ^(.*)$ /assets/js/dist/index.html break;
expires 30m;
}
Where the index.html isn't in the asset root directory but nested further down.
Apologies if this is obvious. I just didn't see anything in this section that hinted toward this. https://reproxy.io/#assets-server
Thanks,
Damian.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels