We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cb457 commit 0bb8830Copy full SHA for 0bb8830
README.md
@@ -52,7 +52,6 @@ curl -v 'http://localhost:5002/links/5bfd55cfcb932f8781e74766/downloads/5c01d29b
52
> Accept: */*
53
>
54
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0< HTTP/1.1 200 OK
55
-< X-Powered-By: Express
56
< Content-Type: application/zip
57
< Content-Disposition: attachment; filename="l_stationtramv2_r27.shp.zip"
58
< Date: Thu, 07 Feb 2019 15:34:36 GMT
lib/api/index.js
@@ -10,6 +10,7 @@ const services = require('./providers/services')
10
const app = express()
11
12
if (process.env.NODE_ENV === 'production') {
13
+ app.disable('x-powered-by')
14
app.set('trust proxy', true)
15
app.use(morgan('combined'))
16
0 commit comments