Skip to content

Commit

Permalink
Update liara_nginx.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
A-Najmabadi authored Oct 28, 2024
1 parent 24aafd1 commit 6155cac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1194,6 +1194,10 @@ location ~ ^/domains/management(?:/.*)?$ {
return 301 /paas/domains/add-domain/;
}

location ~ ^/production-checklist(?:/.*)?$ {
return 301 /paas/details/health-check/;
}

# cache.appcache, your document html and data
location ~* \.(?:manifest|appcache|html?|xml|json)$ {
expires -1;
Expand Down

0 comments on commit 6155cac

Please sign in to comment.