nginx 구성에서 위치 블록 뒤의 물결표의 의미는 무엇입니까?
예를 들어
location ~ ^/download/(.*)$ {
alias /home/website/files/$1;
}
의 유무에 따른 차이점은 무엇입니까 "~"
?
nginx 구성에서 위치 블록 뒤의 물결표의 의미는 무엇입니까?
예를 들어
location ~ ^/download/(.*)$ {
alias /home/website/files/$1;
}
의 유무에 따른 차이점은 무엇입니까 "~"
?