fix: url prefix

This commit is contained in:
Strix 2023-11-03 01:11:13 +01:00
parent c310e772b4
commit 9bdab1eb24
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774

View file

@ -3,6 +3,6 @@ server {
server_name cinny.ixvd.net;
location / {
proxy_pass cinny;
proxy_pass http://cinny;
}
}