kinda working.. acme still is throwing fits i think
This commit is contained in:
parent
d4c6f1752b
commit
90642bdb41
2 changed files with 55 additions and 53 deletions
|
@ -280,21 +280,21 @@
|
|||
reverse_proxy localhost:2283
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"piped.cochrun.xyz".extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:8085
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"pipedapi.cochrun.xyz".extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:8085
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"pipedproxy.cochrun.xyz".extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:8085
|
||||
'';
|
||||
};
|
||||
# virtualHosts = {
|
||||
# "piped.cochrun.xyz".extraConfig = ''
|
||||
# reverse_proxy http://127.0.0.1:8085
|
||||
# '';
|
||||
# };
|
||||
# virtualHosts = {
|
||||
# "pipedapi.cochrun.xyz".extraConfig = ''
|
||||
# reverse_proxy http://127.0.0.1:8085
|
||||
# '';
|
||||
# };
|
||||
# virtualHosts = {
|
||||
# "pipedproxy.cochrun.xyz".extraConfig = ''
|
||||
# reverse_proxy http://127.0.0.1:8085
|
||||
# '';
|
||||
# };
|
||||
virtualHosts = {
|
||||
"inv.cochrun.xyz".extraConfig = ''
|
||||
reverse_proxy http://127.0.0.1:3000
|
||||
|
@ -348,26 +348,26 @@
|
|||
}
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"truthmatters.cc".extraConfig = ''
|
||||
encode gzip
|
||||
root * /srv/truthmatters
|
||||
file_server
|
||||
header {
|
||||
Access-Control-Allow-Origin *
|
||||
}
|
||||
'';
|
||||
};
|
||||
virtualHosts = {
|
||||
"new.luctorcrc.org".extraConfig = ''
|
||||
encode gzip
|
||||
root * /srv/luctorcrc
|
||||
file_server
|
||||
header {
|
||||
Access-Control-Allow-Origin *
|
||||
}
|
||||
'';
|
||||
};
|
||||
# virtualHosts = {
|
||||
# "truthmatters.cc".extraConfig = ''
|
||||
# encode gzip
|
||||
# root * /srv/truthmatters
|
||||
# file_server
|
||||
# header {
|
||||
# Access-Control-Allow-Origin *
|
||||
# }
|
||||
# '';
|
||||
# };
|
||||
# virtualHosts = {
|
||||
# "new.luctorcrc.org".extraConfig = ''
|
||||
# encode gzip
|
||||
# root * /srv/luctorcrc
|
||||
# file_server
|
||||
# header {
|
||||
# Access-Control-Allow-Origin *
|
||||
# }
|
||||
# '';
|
||||
# };
|
||||
virtualHosts = {
|
||||
"nc.cochrun.xyz".extraConfig = ''
|
||||
reverse_proxy localhost:8080
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue