We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de65778 commit 2b0c488Copy full SHA for 2b0c488
1 file changed
deployment/default.conf
@@ -33,7 +33,7 @@ server {
33
location / {
34
root /usr/share/nginx/html;
35
index index.html index.htm;
36
- #add_header X-REVISION $APPLICATION_VERSION;
+ add_header X-REVISION $APPLICATION_VERSION;
37
}
38
39
include /etc/nginx/extra/*.conf;
0 commit comments