Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
erdnaxe
nixos
Commits
92d1eab1
Commit
92d1eab1
authored
Jun 24, 2022
by
erdnaxe
🦋
Browse files
Replace grimorio with sandboxdb
parent
5415386e
Changes
2
Hide whitespace changes
Inline
Side-by-side
services/redirect.nix
View file @
92d1eab1
...
...
@@ -12,5 +12,10 @@
forceSSL
=
true
;
locations
.
"/"
.
return
=
"302 https://rss.nanax.fr$request_uri"
;
};
"grimorio.org"
=
{
enableACME
=
true
;
forceSSL
=
true
;
locations
.
"/"
.
return
=
"301 https://sandboxdb.org$request_uri"
;
};
};
}
services/
grimorio
.nix
→
services/
sandboxdb
.nix
View file @
92d1eab1
...
...
@@ -3,7 +3,7 @@
services
.
nginx
=
{
enable
=
true
;
virtualHosts
.
"
grimorio
.org"
=
{
virtualHosts
.
"
sandboxdb
.org"
=
{
enableACME
=
true
;
forceSSL
=
true
;
root
=
"/var/www/grimorio/"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment