V
V
Vladimir Revyakin2016-07-20 02:04:21
Nginx
Vladimir Revyakin, 2016-07-20 02:04:21

How to correctly update the nginx version?

The server is running version 1.6.3. nginx, I thought about updating, please tell me which version can be updated without any conflicts and how should this process work properly?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zapimir, 2016-07-20
@jonimuesli

Yes, just connect the official nginx repository
and install the latest version from there.
Of the conflicts, it may be that if you used spdy before, then in nginx 1.9.5+ it was replaced with http2. Accordingly, in the configs, you need to replace the line
with
listen 443 ssl http2;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question