This website works better with JavaScript.
Home
Explore
Help
Sign In
gitea
/
ansible-lxc-templates
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
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.
39
Commits
1
Branch
0
Tags
203 KiB
Shell
67.7%
HTML
32.3%
Tree:
7f393e79d7
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '7f393e79d7'
${ noResults }
ansible-lxc-templates
/
playbooks
/
debops
/
files
/
etc
/
nginx
/
conf.d
/
map_tld_domain.conf
4 lines
75 B
Raw
Blame
History
map $host $tld {
default $host;
'~^www\.(?<domain>.*)$' $domain;
}
Reference in new issue