fix nginx config

This commit is contained in:
陈浩南 2023-08-13 00:17:06 +08:00
parent 593391a894
commit 3bbb6fb8e1

View File

@ -448,6 +448,7 @@ inputs:
default = true;
listen = [{ addr = "127.0.0.1"; port = 7233; ssl = true; }];
useACMEHost = services.xrayServer.serverName;
onlySSL = true;
locations."/".return = "400";
};
};