Website
.
Fuselkönig.de
.
Projects
.
Status
index
:
tools.iamfabulous.de
master
testing
[WIP] Collection of various web tools. Work in progress.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linkshorter
/
nginx.conf
blob: a4af9cb18fd0037fc19011760765f8ba8a0fe164 (
plain
)
1
2
3
4
5
location = / {} location / { rewrite ^/(.*) /goto.php?short=$1 last; }