Skip to content
Snippets Groups Projects
Commit dcd85176 authored by nimrod's avatar nimrod
Browse files

Enable HTTP2 on the default site.

parent 591263a9
No related branches found
No related tags found
No related merge requests found
Pipeline #759 passed
......@@ -6,8 +6,8 @@ server {
}
server {
listen 443 ssl default_server;
listen [::]:443 ssl default_server;
listen 443 ssl http2 default_server;
listen [::]:443 ssl http2 default_server;
include snippets/ssl.conf;
location / { return 301 https://www.shore.co.il$request_uri; }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment