Skip to content

Commit

Permalink
Fix route to /js/ folder in dev nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
GJFR committed Dec 3, 2024
1 parent ce967dd commit 222af94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nginx/config/core_dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ location = /favicon.ico {
alias /www/data/res/bughog.ico;
}

location /js/ {
root /www/data/;
}

location / {
proxy_pass http://node:5173;
proxy_set_header Host $host;
Expand Down

0 comments on commit 222af94

Please sign in to comment.