diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 03:53:58 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-09-07 03:53:58 +0200 |
commit | dfa3351ff6a650f5f7cac292b248e03e8a2f8f88 (patch) | |
tree | 6eaba5bcf4cc849f59f18b308fe535f73608869a /host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | |
parent | Add container ip address (diff) | |
download | Rory-Open-Architecture-dfa3351ff6a650f5f7cac292b248e03e8a2f8f88.tar.xz |
Add domain
Diffstat (limited to 'host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix')
-rwxr-xr-x | host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix new file mode 100755 index 0000000..2e502c7 --- /dev/null +++ b/host/Rory-nginx/services/nginx/rory.gay/pcpoc.nix @@ -0,0 +1,9 @@ +{ + enableACME = true; + addSSL = true; + locations = { + "/" = { + proxyPass = "http://192.168.100.10"; + }; + }; +} \ No newline at end of file |