magpie: enable quic/http3 on nginx
This commit is contained in:
parent
f4276fdf04
commit
622d8ce02b
@ -103,15 +103,18 @@
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = pkgs.nginxQuic;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
virtualHosts.${config.services.nextcloud.hostName} = {
|
||||
quic = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
};
|
||||
virtualHosts.${config.services.gitea.settings.server.domain} = {
|
||||
quic = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
@ -119,6 +122,7 @@
|
||||
};
|
||||
};
|
||||
virtualHosts.${config.services.restya-board.virtualHost.serverName} = {
|
||||
quic = true;
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
|
Loading…
Reference in New Issue
Block a user