Need to add something to http {} section?

Cephas

Verified User
Joined
Jun 18, 2021
Messages
15
Hi there,

I'm trying to add:
Code:
map $http_accept $webp_suffix{
    default "";
    "~*webp" ".webp";
}
to the HTTP {} section but I can't seem to find this in the Custom HTTPD Configurations..
Where can I add this?

Thanks in advance
 
nope, maybe it's possible, Could you see in File Editor page ? in contain any possible config like "directadmin.conf, php.ini"
or maybe I'm wrong, duo my server have full-custom. I don't know on fresh server.
 
Back
Top