http://i0.poll.fm/js/rating/rating.jsI have the folling problem:
My default.conf file have a folling simple configuration:
location /pgstudio {
proxy_set_header Host $host;
proxy_pass http://localhost:8080/pgstudio/;
}
When i access http://mysite.com/pgstudio/ (with / at final), my application open correctly. But when i access without / at final (http://mysite.com/pgstudio), the application is displayed without some resourses, for example: css files. It’s as if the files were not with your links correctly configured.
Could you help me solve this problem? I’m new to nginx, I just need an orientation.
Thanks for listening.