First test for biggoron
This commit is contained in:
parent
f13f61cd15
commit
5d75e988bd
6 changed files with 115 additions and 0 deletions
|
|
@ -50,6 +50,15 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
# 44303
|
||||
"git.lyes.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
extraConfig = ''
|
||||
client_max_body_size 512M;
|
||||
'';
|
||||
locations."/".proxyPass = "http://localhost:${toString config.services.forgejo.settings.server.HTTP_PORT}";
|
||||
};
|
||||
|
||||
# 9980
|
||||
"collabora.lyes.eu" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue