location
" " - match start av url
" = " - match nøyaktig
" ~ " - case-sensetive regular expression match
" ~* " - case-insensetive regular expression match
" ^~ " - The carat followed by tilde sign is used to perform longest nonregular expression match against the requested URI. If the requested URI hits such a location block, no further matching will takes place.