Skip to content

Commit

Permalink
Merge pull request #56 from edenia/update-dockerfile-webapp
Browse files Browse the repository at this point in the history
fix(devops): add compression.con dockerfile
  • Loading branch information
fagomezra committed Jul 27, 2023
2 parents 16c5618 + 43e4d1f commit 96b93a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/nginx.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
server {
listen 80;
root /usr/share/nginx/html;
index index.html;

location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html =404;
try_files $uri $uri/ /index.html;
}
}

0 comments on commit 96b93a2

Please sign in to comment.