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

Enable HTTP2 on the rest of the sites.

parent 6b857f1b
No related branches found
No related tags found
No related merge requests found
...@@ -10,8 +10,8 @@ server { ...@@ -10,8 +10,8 @@ server {
} }
server { server {
listen 443 ssl; listen 443 ssl http2;
listen [::]:443 ssl; listen [::]:443 ssl http2;
server_name autoconfig.shore.co.il; server_name autoconfig.shore.co.il;
root /var/www/autoconfig.shore.co.il/; root /var/www/autoconfig.shore.co.il/;
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
......
...@@ -10,8 +10,8 @@ server { ...@@ -10,8 +10,8 @@ server {
} }
server { server {
listen 443 ssl; listen 443 ssl http2;
listen [::]:443 ssl; listen [::]:443 ssl http2;
server_name myip.shore.co.il; server_name myip.shore.co.il;
include snippets/robots-disallow-all.conf; include snippets/robots-disallow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
......
...@@ -10,8 +10,8 @@ server { ...@@ -10,8 +10,8 @@ server {
} }
server { server {
listen 443 ssl; listen 443 ssl http2;
listen [::]:443 ssl; listen [::]:443 ssl http2;
server_name registry.shore.co.il; server_name registry.shore.co.il;
include snippets/ssl.conf; include snippets/ssl.conf;
......
...@@ -16,8 +16,8 @@ server { ...@@ -16,8 +16,8 @@ server {
} }
server { server {
listen 443 ssl; listen 443 ssl http2;
listen [::]:443 ssl; listen [::]:443 ssl http2;
server_name shore.co.il; server_name shore.co.il;
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
......
...@@ -14,8 +14,8 @@ server { ...@@ -14,8 +14,8 @@ server {
} }
server { server {
listen 443 ssl; listen 443 ssl http2;
listen [::]:443 ssl; listen [::]:443 ssl http2;
server_name www.shore.co.il; server_name www.shore.co.il;
include snippets/robots-allow-all.conf; include snippets/robots-allow-all.conf;
include snippets/ads-txt.conf; include snippets/ads-txt.conf;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment