Skip to content

Commit

Permalink
update nginx conf
Browse files Browse the repository at this point in the history
  • Loading branch information
nramos0 committed Apr 24, 2022
1 parent 8a55f67 commit f1e994c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/data/nginx/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ log_format compression '$remote_addr - $remote_user [$time_local] '
server {
listen 80;
server_name fluentreader.cc;

location /.well-known/acme-challenge/ {
root /var/www/certbot;
}

return 301 https://fluentreader.cc$request_uri;
}

Expand Down

0 comments on commit f1e994c

Please sign in to comment.