Commit 5a4c6378 authored by nimrod's avatar nimrod
Browse files

Allow Let's Encrypt validation in the fallback site.

parent 941d9af7
Loading
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
server {
    listen      80 default_server;
    listen      [::]:80 default_server;
    include     snippets/www-acme-challenge.conf;
    location /  { return 301 https://www.shore.co.il$request_uri; }
}