Closed MaxIhme closed 1 year ago
http://localhost:8000/static_website works
config:
location /static_website { allow_methods GET; index static.html; }
and 403 Forbidden when (works, because autoindex is forbidden) config:
location /static_website { allow_methods GET; #index static.html; }
http://localhost:8000/static_website works
config:
and 403 Forbidden when (works, because autoindex is forbidden) config: