This website works better with JavaScript.
Explore
Help
Register
Sign In
wanggang
/
iot
Watch
1
Star
0
Fork
You've already forked iot
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.
2ddb9f4d48
master
1.0
TSXN
TangShanKaiPing
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '2ddb9f4d48'
${ noResults }
iot
/
labs
/
portainer
/
conf
/
nginx
/
conf.d
/
gitlab.conf
8 lines
116 B
Raw
Blame
History
server {
listen 80;
server_name gitlab.lan;
location / {
proxy_pass http://gitlab:9080;
}
}
Reference in new issue
View Git Blame
Copy Permalink