diff options
author | lassulus <git@lassul.us> | 2023-09-04 10:18:42 +0200 |
---|---|---|
committer | lassulus <git@lassul.us> | 2023-09-04 10:18:42 +0200 |
commit | 53b6ca655127488e4a160d4f570bc839728b515f (patch) | |
tree | cbfd57022694c3e5b512153b671103754fd0c6eb /lass | |
parent | 6700eb015e8581386c5452c854da1f68a6f372a4 (diff) |
l prism.r: disable jelly.r and flix.r
Diffstat (limited to 'lass')
-rw-r--r-- | lass/1systems/prism/config.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lass/1systems/prism/config.nix b/lass/1systems/prism/config.nix index 26eb17a71..4cc72d2f0 100644 --- a/lass/1systems/prism/config.nix +++ b/lass/1systems/prism/config.nix @@ -200,17 +200,6 @@ with import <stockholm/lib>; <stockholm/lass/2configs/docker.nix> { - services.nginx.virtualHosts."jelly.r" = { - locations."/".extraConfig = '' - proxy_pass http://10.233.2.14:8096/; - proxy_set_header Accept-Encoding ""; - ''; - }; - services.nginx.virtualHosts."flix.r" = { - locations."/".extraConfig = '' - proxy_pass http://10.233.2.14:80/; - proxy_set_header Accept-Encoding ""; - ''; }; services.nginx.virtualHosts."lassul.us" = { locations."^~ /flix/".extraConfig = '' |