Skip to content

Commit bafd0cc

Browse files
committed
Update X-Served-By header
1 parent 4b07d81 commit bafd0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nginx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ server {
2626
}
2727

2828
location ~ \.php$ {
29-
add_header X-Served-By EETechDevstack;
29+
add_header X-Served-By Devstack;
3030
include snippets/fastcgi-php.conf;
3131
fastcgi_pass unix:/run/php/php7.3-fpm.sock;
3232
}

0 commit comments

Comments
 (0)