Skip to content

Commit

Permalink
πŸ”§ Nginx μ„€μ • μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
abcxj123 committed Jul 9, 2024
1 parent 23aa01f commit 4cab8e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ http {
}
}

location /sw.js {
root /usr/share/nginx/html;
default_type application/javascript;
}

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
Expand Down

0 comments on commit 4cab8e5

Please sign in to comment.