vps: fix addresses on isso module
This commit is contained in:
parent
22b9a7f8cd
commit
45e9f04b85
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@ with lib; {
|
||||||
proxy_headers_hash_bucket_size 128;
|
proxy_headers_hash_bucket_size 128;
|
||||||
'';
|
'';
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://[::1]:8099";
|
proxyPass = "http://127.0.0.1:8888/";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -23,7 +23,7 @@ with lib; {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
general = {
|
general = {
|
||||||
host = "http://isso.posixlycorrect.com";
|
host = "https://posixlycorrect.com";
|
||||||
dbpath = "/var/lib/isso/comments.db";
|
dbpath = "/var/lib/isso/comments.db";
|
||||||
notify = "stdout";
|
notify = "stdout";
|
||||||
};
|
};
|
||||||
|
@ -33,7 +33,7 @@ with lib; {
|
||||||
purge-after = "365d";
|
purge-after = "365d";
|
||||||
};
|
};
|
||||||
server = {
|
server = {
|
||||||
listen = "http://[::1]:8099";
|
listen = "http://127.0.0.1:8888/";
|
||||||
};
|
};
|
||||||
guard = {
|
guard = {
|
||||||
require-author = true;
|
require-author = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue