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 27, 2024
1 parent d279351 commit 24aafd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions liara_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1189,6 +1189,11 @@ location ~ ^/app-deploy/[^/]+/update/?$ {
return 301 /paas/update;
}

# Domain
location ~ ^/domains/management(?:/.*)?$ {
return 301 /paas/domains/add-domain/;
}

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

0 comments on commit 24aafd1

Please sign in to comment.