Skip to content

Commit

Permalink
fix: index
Browse files Browse the repository at this point in the history
  • Loading branch information
ForsbergPhilip committed Nov 14, 2024
1 parent a2ec986 commit 5680f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/resources/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ http {

error_page 401 403 404 /404.html;

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

location /.well-known/acme-challenge/ {
Expand All @@ -28,7 +28,7 @@ http {
listen 443 ssl;
server_name diamonds.etimo.se;

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

location /static/ {
Expand Down

0 comments on commit 5680f04

Please sign in to comment.