Skip to content

Commit

Permalink
Merge pull request #94 from InseeFr/fix/delete-version-script
Browse files Browse the repository at this point in the history
Fix: delete getVersion script
  • Loading branch information
PierreVasseur authored Nov 25, 2024
2 parents 82fa5e3 + 972814a commit cd62ac9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 5 additions & 2 deletions nginx.conf
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
server {
listen 8080 default_server;
server_name /usr/share/nginx/html;

root /usr/share/nginx/html;
index index.html;

gzip on;
gzip_types text/css application/javascript application/json image/svg+xml;
gzip_comp_level 9;
etag on;

etag on;

location / {
try_files $uri $uri/ /index.html;
}
}

5 changes: 0 additions & 5 deletions scripts/getVersion.js

This file was deleted.

0 comments on commit cd62ac9

Please sign in to comment.