Skip to content

Commit 44d4452

Browse files
authored
Rename UI base to /nest (#177)
* Rename UI base to /nest
1 parent 684069b commit 44d4452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

certbot-nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ http {
4141
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
4242
proxy_set_header X-Forwarded-Host $server_name;
4343
}
44-
location ~* ^/(newuiwhodis.*|d3aece8093b71007b5ccfedad91ebb11.*|generate|azure_css_landing|manage|download|history|settings|resources/.*|legal)$ {
44+
location ~* ^/(nest|nest/.*|d3aece8093b71007b5ccfedad91ebb11.*|generate|azure_css_landing|manage|download|history|settings|resources/.*|legal)$ {
4545
if ($scheme = "http") {
4646
return 301 https://$server_name$request_uri;
4747
}

nginx/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ http {
4343
proxy_set_header X-Forwarded-Host $server_name;
4444

4545
}
46-
location ~* ^/(newuiwhodis.*|d3aece8093b71007b5ccfedad91ebb11.*|generate|azure_css_landing|manage|download|history|settings|resources/.*|legal)$ {
46+
location ~* ^/(nest|nest/.*|d3aece8093b71007b5ccfedad91ebb11.*|generate|azure_css_landing|manage|download|history|settings|resources/.*|legal)$ {
4747
proxy_pass http://frontend:8082;
4848
proxy_redirect off;
4949
proxy_set_header Host $host;

0 commit comments

Comments
 (0)