Skip to content

Commit

Permalink
ansible: Fix certificate renewal
Browse files Browse the repository at this point in the history
  • Loading branch information
jbruechert committed Feb 4, 2025
1 parent 6673506 commit 7f234cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/nginx/templates/transitous.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ server {

charset UTF-8;

# For certbot
location ^~ /.well-known/acme-challenge/ {
root /var/www/html/;
}

# MOTIS Web Interface
location / {
root /opt/motis/ui/;
Expand Down

0 comments on commit 7f234cd

Please sign in to comment.