YungTatyu / webserv

HTTP/1.1 server written in cpp.
1 stars 0 forks source link

Issue279 replace with alias #280

Closed ayase-mstk closed 3 months ago

ayase-mstk commented 3 months ago

request uriがファイルパスである時に、location uriの部分をaliasに差し替えるようにしました。

ex)
listen4242;
locatino /alias/ {
   alias test;
}

localhost:4242/alias/index.html
↓
localhost:4242/test/index.html