Skip to content

Commit

Permalink
fix(docker): add internal directive to dev nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Oct 11, 2023
1 parent e7d0e3c commit 9d97186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/dev/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ server {
limit_req zone=media burst=3 nodelay;
limit_conn addr 1;
limit_rate 3m;
internal;

alias /home/shipper/web/media/;
}
Expand Down

0 comments on commit 9d97186

Please sign in to comment.