Skip to content

Commit

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

location / {
ssi on;
ssi_types application/javascript;
ssi_types application/javascript application/x-javascript text/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 af3a0ed

Please sign in to comment.