This website requires JavaScript.
Explore
Help
Sign in
ixvd
/
neb
Watch
2
Star
0
Fork
You've already forked neb
0
Code
Issues
1
Pull requests
Projects
Releases
Packages
Wiki
Activity
35941d7545
neb
/
servers
/
kid
/
docker-compose.d
/
custom
/
nginx
/
conf.d
/
cinny.conf
8 lines
114 B
Text
Raw
Normal View
History
Unescape
Escape
feat: add cinny nginx conf
2023-11-03 01:00:54 +01:00
server {
listen 80;
server_name cinny.ixvd.net;
location / {
fix: url prefix
2023-11-03 01:11:13 +01:00
proxy_pass http://cinny;
feat: add cinny nginx conf
2023-11-03 01:00:54 +01:00
}
}
Reference in a new issue
Copy permalink