Skip to content

Commit

Permalink
fix(nginx-core): Fix server header and server info location
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 10, 2023
1 parent fe47aba commit 1289f25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_header server Alwatr;
add_header Server Alwatr;
add_header X-Server Alwatr;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
location /server-info {
location = /server-info {
access_log off;
default_type text/plain;
return 200 "Alwatr Accelerated Web Server";
Expand Down

0 comments on commit 1289f25

Please sign in to comment.