1
deploy config / Explore-Gitea-Actions (push) Waiting to run
Details
deploy config / Explore-Gitea-Actions (push) Waiting to run
Details
This commit is contained in:
parent
fd80998ef0
commit
e0fc234771
|
|
@ -92,6 +92,15 @@
|
|||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
"portal.blubb.fish" = {
|
||||
listen = [{port = 8843; addr="0.0.0.0"; ssl=true;}];
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.0.0.103:8843/";
|
||||
recommendedProxySettings = true;
|
||||
};
|
||||
};
|
||||
"play.blubb.fish" = {
|
||||
addSSL = true;
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue