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

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