Skip to content
Snippets Groups Projects

Change Hostname for Uptime-kuma

1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -26,7 +26,7 @@
recommendedOptimisation = true;
recommendedProxySettings = true;
virtualHosts."fsmi-uptime.cs.uni-pb.de" = {
virtualHosts."fsmi-uptime.cs.uni-paderborn.de" = {
enableACME = false;
forceSSL = false;
locations."/" = {
@@ -40,7 +40,7 @@
enable = true;
# Add any further config to match your needs, e.g.:
virtualHosts."fsmi-uptime.cs.uni-pb.de" = {
virtualHosts."fsmi-uptime.cs.uni-paderborn.de" = {
enableACME = true;
forceSSL = true;
locations."/" = {
Loading