server { location / { root /data/www; } location = /register { root /data/www; index register.html; } }