Skip to content

Commit

Permalink
delete script and update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreVasseur committed Nov 25, 2024
1 parent 82fa5e3 commit 972814a
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 972814a

Please sign in to comment.