fix: url prefix
This commit is contained in:
parent
c310e772b4
commit
9bdab1eb24
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@ server {
|
||||||
server_name cinny.ixvd.net;
|
server_name cinny.ixvd.net;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass cinny;
|
proxy_pass http://cinny;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue