Is it possible to edit the Nginx "template" for new websites?

1 post / 0 new
#1 Sat, 02/28/2015 - 02:17
dakser

Is it possible to edit the Nginx "template" for new websites?

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.