server { listen 25800; server_name localhost; location /dirName { alias "C:/Users/VALEB/Downloads/include"; autoindex on; autoindex_localtime on; expires 7d; } location /name { alias "C:UsersVALEBDesktopwav"; autoindex on; autoindex_localtime on; } #error_page 404 /404.html; }