Skip to content

Commit

Permalink
add 404 base case to apps.grapheneos.org
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed May 10, 2024
1 parent 19c4fe0 commit 71b10f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,12 @@ http {
location ~ \.(?:br|gz)$ {
internal;
}

location /packages {}

location / {
return 404;
}
}

server {
Expand Down

0 comments on commit 71b10f0

Please sign in to comment.