Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Commit

Permalink
Fix Let's Encript
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aska committed May 1, 2016
1 parent 2df5056 commit 4d69ec7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions config/nginx/7kai-tasks.conf
@@ -1,7 +1,12 @@
server {
listen 80;
server_name tasks.7kai.org task.7kai.org;
rewrite ^ https://tasks.7kai.org/ permanent;
location /.well-known {
root /home/aska/7kai-Tasks/htdocs;
}
location / {
rewrite ^ https://tasks.7kai.org/ permanent;
}
}

server {
Expand Down Expand Up @@ -59,9 +64,6 @@ server {
root /home/aska/7kai-Tasks/htdocs;
expires 1d;
}
location /.well-known {
root /home/aska/7kai-Tasks/htdocs;
}
location /apple-touch-icon.png { root /home/aska/7kai-Tasks/htdocs; }
location /favicon.ico { root /home/aska/7kai-Tasks/htdocs; }
location /robots.txt { root /home/aska/7kai-Tasks/htdocs; }
Expand Down

0 comments on commit 4d69ec7

Please sign in to comment.