server { listen 8080; charset utf-8; location /auth.html { return 200 "Failed,give the Page of Auth Server Success\n"; } }