Install the simplest webserver for static html

Yup I did sorry, so with this for the HA yaml :

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 192.168.1.40
    - 250.250.250.0/24

it still doesn’t work :s 400 : bad request

and for the redir i’ve got that (cannot try yet, i’ll update it on the NAS tuesday):

# Resume subdomain
resume. domain. com {
	root * /usr/local/www/resume
	redir * resume. domain. com/resume.html
	file_server
}