Skip to content

Commit 24aafd1

Browse files
authored
Update liara_nginx.conf
1 parent d279351 commit 24aafd1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

liara_nginx.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,6 +1189,11 @@ location ~ ^/app-deploy/[^/]+/update/?$ {
11891189
return 301 /paas/update;
11901190
}
11911191

1192+
# Domain
1193+
location ~ ^/domains/management(?:/.*)?$ {
1194+
return 301 /paas/domains/add-domain/;
1195+
}
1196+
11921197
# cache.appcache, your document html and data
11931198
location ~* \.(?:manifest|appcache|html?|xml|json)$ {
11941199
expires -1;

0 commit comments

Comments
 (0)