Skip to content

Commit

Permalink
corrected bug in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Nov 25, 2024
1 parent 7a7f212 commit dac6fc7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions hms_nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ server {
alias /src/collected_static/hms/;
}

; if ($request_method = GET){
; rewrite ^([^.\?]*[^/])$ $1/ permanent;
; }

location / {
try_files $uri @hms_django;
}
Expand Down

0 comments on commit dac6fc7

Please sign in to comment.