Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jens Nolte
dotfiles
Commits
b81f1839
Commit
b81f1839
authored
3 years ago
by
Jens Nolte
Browse files
Options
Downloads
Patches
Plain Diff
Update matrix-homeserver; fix required nginx configuration
parent
2b0da645
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
flake.lock
+3
-3
3 additions, 3 deletions
flake.lock
layers/nginx.nix
+8
-9
8 additions, 9 deletions
layers/nginx.nix
with
11 additions
and
12 deletions
flake.lock
+
3
−
3
View file @
b81f1839
...
...
@@ -22,11 +22,11 @@
},
"matrix-homeserver": {
"locked": {
"lastModified": 1637
280661
,
"narHash": "sha256-
ruWnEEg/tOZqF3RKaGKjKU/KToQIQgHg5ts8Mu9XFEs
=",
"lastModified": 1637
720736
,
"narHash": "sha256-
bO7rfzqyKUjF7FraBJuIRzG80eX8dT0NX+HJK7UI2iQ
=",
"owner": "queezle42",
"repo": "matrix-homeserver",
"rev": "
4d49430eae3f86a5502b85490bb6feeabffd6bf1
",
"rev": "
a9b94351650771f0cfc529a6a9099a11d0599718
",
"type": "github"
},
"original": {
...
...
This diff is collapsed.
Click to expand it.
layers/nginx.nix
+
8
−
9
View file @
b81f1839
{
...
}:
{
#
services.nginx = {
#
enable = true;
services
.
nginx
=
{
enable
=
true
;
# appendHttpConfig = ''
# sendfile on;
# keepalive_timeout 65;
# types_hash_max_size 4096;
# server_names_hash_bucket_size 128;
# '';
#};
appendHttpConfig
=
''
sendfile on;
types_hash_max_size 4096;
server_names_hash_bucket_size 128;
''
;
};
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment