Fix port number

This commit is contained in:
Sander van der Burg 2021-04-25 00:34:08 +02:00 committed by Sander van der Burg
parent c3f8ac395e
commit 465225cc62
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ rec {
};
nginx2 = rec {
port = if forceDisableUserChange then 8081 else 8080;
port = if forceDisableUserChange then 8081 else 81;
webapps = [ webapp5 webapp6 ];
pkg = sharedConstructors.nginxReverseProxyHostBased {