Skip to content

Commit

Permalink
2547 Make alive brainup.site as main domain (#2548)
Browse files Browse the repository at this point in the history
* 2508: fix and switch on job which clear unused pictures

* 2508: fix and switch on job which clear unused pictures

* 2547 Make alive brainup.site as main domain

---------

Co-authored-by: Elena Moshnikova <[email protected]>
  • Loading branch information
ElenaSpb and Elena Moshnikova authored Dec 2, 2023
1 parent aa116f8 commit 25bb882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion default_with_tls.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server {
allow all;
root /usr/share/nginx/html/certcheck;
}
return 301 https://brainup.fun$request_uri;
return 301 https://brainup.site$request_uri;
}

server {
Expand Down
2 changes: 1 addition & 1 deletion frontend-angular/src/proxy.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/api": {
"target": "https://brainup.fun",
"target": "https://brainup.site",
"secure": false
}
}
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"local": "ember s --secure-proxy=false --proxy=http://localhost:8081",
"develop": "cross-env FIREBASE_PROJECT_ID=brainup-spb-dev-bb6d0 FIREBASE_AUTH_DOMAIN=brainup-spb-dev-bb6d0.firebaseapp.com FIREBASE_API_KEY=AIzaSyB03Q4ZCxdqaKuN7cJqCQGhkibYD4Q-qsc ember s --secure-proxy=false --proxy=http://localhost:8081",
"remote": "ember s --secure-proxy=false --proxy=http://ecse005003f1.epam.com/",
"remote:prod": "ember s --secure-proxy=true --proxy=https://brainup.fun/",
"remote:prod": "ember s --secure-proxy=true --proxy=https://brainup.site/",
"mirage": "ember s",
"postinstall": "patch-package"
},
Expand Down

0 comments on commit 25bb882

Please sign in to comment.