Skip to content

Commit 45d281d

Browse files
committed
added trust proxy and reduced opacity of instructions
1 parent 3741f32 commit 45d281d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

public/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ section, footer, header{
2929

3030
hgroup{
3131
position: fixed;
32-
background-color: rgba(255, 255, 255, 0.7);
32+
background-color: rgba(255, 255, 255, 0.9);
3333
width: 400px;
3434
height: 78px;
3535
top: 50%;

server.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ app.use(express.logger());
1616
app.set('views', __dirname + '/views');
1717
app.set('view engine', 'jade');
1818
app.set('view options', {layout: false });
19+
app.enable('trust proxy');
1920
app.configure(function(){
2021
app.use(express.static(__dirname + '/public'));
2122
});

0 commit comments

Comments
 (0)