Add vhost
deploy config / Explore-Gitea-Actions (push) Successful in 34s Details

This commit is contained in:
Tom 2024-08-09 23:23:09 +02:00
parent fb6ca5e4f1
commit 7b6fbb41a4
1 changed files with 8 additions and 0 deletions

View File

@ -92,6 +92,14 @@
recommendedProxySettings = true;
};
};
"play.blubb.fish" = {
addSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://10.0.0.100:8080/";
recommendedProxySettings = true;
};
};
};
};
};