Add optional php to nginx
This commit is contained in:
parent
c35f717231
commit
c08ff3391f
5 changed files with 60 additions and 50 deletions
|
@ -8,7 +8,7 @@
|
|||
server_name = "matrix.${config.vars.primeDomain}";
|
||||
};
|
||||
branding = {
|
||||
auth_header_logo_url = "https://www.${config.vars.primeDomain}/images/copyright/profile.png";
|
||||
auth_header_logo_url = "https://${config.vars.primeDomain}/nixfoxlogo.png";
|
||||
#welcome_background_url = "https://www.${config.vars.primeDomain}/images/backgrounds/template-background.png";
|
||||
};
|
||||
embedded_pages.home_url = "https://www.${config.vars.primeDomain}/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue