Skip to content

Commit 2b0c488

Browse files
committed
TEMP - Always include trailing slash
1 parent de65778 commit 2b0c488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ server {
3333
location / {
3434
root /usr/share/nginx/html;
3535
index index.html index.htm;
36-
#add_header X-REVISION $APPLICATION_VERSION;
36+
add_header X-REVISION $APPLICATION_VERSION;
3737
}
3838

3939
include /etc/nginx/extra/*.conf;

0 commit comments

Comments
 (0)