Skip to content

Commit db3bdb6

Browse files
authored
Merge pull request #876 from DuendeSoftware/mb/fix
TEMP - Always include trailing slash
2 parents de65778 + 2b0c488 commit db3bdb6

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)