You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
307 B

server {
server_name ~^drop\.bakatrouble\.me$;
root /srv/apps/drop/files;
include /srv/apps/drop/configs/nginx_include.conf;
}
server {
server_name ~^(?<dir>.*)\.drop\.bakatrouble\.me$;
root /srv/apps/drop/subdomain_files/$dir;
include /srv/apps/drop/configs/nginx_include.conf;
}