fix
This commit is contained in:
parent
9e234e9178
commit
71735c02aa
4
main.go
4
main.go
@ -217,8 +217,8 @@ func main() {
|
||||
server := &http.Server{
|
||||
Addr: ":" + p,
|
||||
Handler: http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
|
||||
w.Header().Set("Server", "0BSD_FOR_EVERYONE")
|
||||
w.Header().Set("X-Powered-By", "0BSD_FOR_EVERYONE")
|
||||
w.Header().Set("Server", "Apache/2.4.41 (Ubuntu)")
|
||||
w.Header().Set("X-Powered-By", "PHP/7.4.3")
|
||||
|
||||
defer func() {
|
||||
if r := recover(); r != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user