Skip to content
Snippets Groups Projects

Switch to http2 directive in nginx configs

Merged Robin Candau requested to merge (removed):http2 into master
All threads resolved!
Files
26
@@ -16,8 +16,9 @@ server {
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl;
listen [::]:443 ssl;
http2 on;
server_name {{ archive_domain }};
access_log /var/log/nginx/{{ archive_domain }}/access.log reduced;
Loading