These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Is it possible to edit the Nginx "template" for new websites? on the new forum.
Hi, i'd like to add something simple Nginx conf to every new site that is created using Virtualmin. Are there any template that can be edited to add this line without the need to edit the conf file "sites-available" manually?
location ~ \.mp4$ {
mp4;
}
Thanks in advance.