Skip to content

Commit

Permalink
Fixing config
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jan 13, 2021
1 parent 2abb872 commit 165aa6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nginx/default.conf.template
Expand Up @@ -4,6 +4,5 @@ server {
location / {
root /usr/share/nginx/html;
index index.html index.htm;
try_files $uri $uri/ /index.html;
}
}

0 comments on commit 165aa6c

Please sign in to comment.