You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for this great software.
I referenced the previous discussion but it didn't work for me because the graph didn't show. The problem lies in failing to GET /api/*. It took me days to come out a working example (at least for me). Hope it helps.
root /var/www/;
index index.html index.htm index.php;
location /nfsen-ng/ {
alias /var/www/nfsen-ng/frontend/;
}
location /api {
rewrite ^/api/(.*)$ /nfsen-ng/backend/index.php?request=$1 redirect;
}
The text was updated successfully, but these errors were encountered:
First of all, thanks for this great software.
I referenced the previous discussion but it didn't work for me because the graph didn't show. The problem lies in failing to GET /api/*. It took me days to come out a working example (at least for me). Hope it helps.
The text was updated successfully, but these errors were encountered: