Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Käyttöön proxy mikä toimii tuotannon kanssa
Browse files Browse the repository at this point in the history
  • Loading branch information
nkala authored and isaul32 committed Oct 24, 2018
1 parent 04cbf6d commit 13be8e4
Show file tree
Hide file tree
Showing 3 changed files with 916 additions and 4 deletions.
10 changes: 8 additions & 2 deletions app/frontend/Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,14 @@ module.exports = function (grunt) {
},
proxies: [{
context: '/api',
host: 'localhost',
port: 8084
host: 'osaan.fi',
port: 443,
https: true,
changeOrigin: true
// }, {
// context: '/api',
// host: 'localhost',
// port: 8084
}]
}
},
Expand Down
Loading

0 comments on commit 13be8e4

Please sign in to comment.