Skip to content

Commit

Permalink
Add location for locales in nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
mabashian committed Jul 25, 2023
1 parent 8ddc19a commit f7de418
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ location {{ (ingress_path + '/static').replace('//', '/') }} {
alias /var/lib/awx/public/static/;
}

location {{ (ingress_path + '/locales').replace('//', '/') }} {
alias /var/lib/awx/public/static/awx/locales;
}

location {{ (ingress_path + '/favicon.ico').replace('//', '/') }} {
alias /awx_devel/awx/public/static/favicon.ico;
}
Expand Down

0 comments on commit f7de418

Please sign in to comment.