DinaGala / 42_webserv

This project is about writing our own HTTP server.
2 stars 2 forks source link

Server config - Locations URL #14

Closed JuliaORS closed 2 months ago

JuliaORS commented 2 months ago

When the location doesn't have space between URL and "{" the URL is saved with "{".

Example: Server config file: location /colors{ // there are not space between colors and { index index.html; root ./html/getorder/; error_page 404 403 ../error_pages/400.html; allow_methods GET DELE; }

URL: /colors{

Screenshot from 2024-07-26 18-18-35

DinaGala commented 2 months ago

fixed in config branch, will close when merged

DinaGala commented 2 months ago

Solved and checked