change port nginx #88

Merged
astro merged 2 commits from :master into master 2022-11-21 01:56:18 +01:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit eef6ee53b4 - Show all commits

View File

@ -219,7 +219,7 @@ networking.wireguard.interfaces = {
#-----------------------------ngin-X--------------------------------
services.nginx = {
defaultListenAddresses = [ "0.0.0.0:8080" ];
defaultListenAddresses = [ "0.0.0.0:80" ];
enable = true;
virtualHosts."bicospacetech.c3d2.de" = {
default = true;