mirror of
https://github.com/simon987/sist2-demo.git
synced 2025-04-04 07:52:58 +00:00
10 lines
178 B
Plaintext
10 lines
178 B
Plaintext
server {
|
|
server_name sist2.simon987.net;
|
|
|
|
location / {
|
|
proxy_http_version 1.1;
|
|
proxy_set_header Host $host;
|
|
proxy_pass http://misc.lxd:4090;
|
|
}
|
|
}
|