Skip to content

Commit

Permalink
fix: nginx container
Browse files Browse the repository at this point in the history
  • Loading branch information
crab85193 committed Dec 20, 2023
1 parent cc4a378 commit 027d6b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions containers/nginx/conf.d/default.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
server {
listen 80;
listen 8000;
server_name 0.0.0.0;

location /static/ {
alias /static/;
}
alias /static/;
}
}

0 comments on commit 027d6b8

Please sign in to comment.