On Fri, Jan 31, 2020 at 04:40:45AM -0500, MarcoI wrote:
Hi there,
> I add more information and a question:
> (base) marco@marco-U36SG:~$ curl -Iki
> https://ggc.world/sockjs-node/info?t=1580397983088
> HTTP/1.1 405 Method Not Allowed
> Server: nginx/1.14.0 (Ubuntu)
> Date: Fri, 31 Jan 2020 09:34:59 GMT
> Connection: keep-alive
> Allow: OPTIONS, GET
>
> What does it mean "HTTP/1.1 405 Method Not Allowed" ?
Exactly what is says.
"curl -I" does HEAD not GET. Some part of your system does not want to
allow HEAD requests.
What does "curl -vk" show? That will make a GET request.
f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx