1
1
Fork 0

Move inquisitor to nebula

This commit is contained in:
Jaculabilis 2023-04-22 23:18:18 +00:00
parent e589b56f1b
commit ac18512e25
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ in
# Set up nginx to reverse proxy from the beatific url to the inq server
services.nginx.enable = true;
services.nginx.virtualHosts.inquisitorHost = {
listen = [ { addr = "10.7.3.1"; port = 80; } ];
listen = [ { addr = "10.22.20.1"; port = 80; } ];
locations."/".extraConfig = ''
access_log /var/log/nginx/access.inquisitor.log;
proxy_buffering off;