Skip to content

Commit

Permalink
fix: apply ssi on js files
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Aug 2, 2024
1 parent 80ec4f7 commit f75407b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend-usagers/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ server {

location / {
ssi on;
ssi_types application/javascript;
set $ENV_NUXT_PUBLIC_APP_VERSION "$NUXT_PUBLIC_APP_VERSION";
set $ENV_NUXT_PUBLIC_BACKEND_URL "$NUXT_PUBLIC_BACKEND_URL";
set $ENV_NUXT_PUBLIC_ENVIRONMENT "$NUXT_PUBLIC_ENVIRONMENT";
Expand Down

0 comments on commit f75407b

Please sign in to comment.