mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nginx: remove useless enableACME options
This commit is contained in:
parent
4fcf655dc4
commit
00a670cbf5
7 changed files with 0 additions and 19 deletions
|
@ -25,8 +25,6 @@ in
|
|||
};
|
||||
services.nginx.virtualHosts = {
|
||||
"${domain}" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/invite".return = "301 https://discord.com/api/oauth2/authorize?client_id=831052837353816066&permissions=262144&scope=bot%20applications.commands";
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:${toString config.services.trucksimulatorbot.listenPort}";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue