mirror of
https://github.com/simon987/sist2-demo.git
synced 2025-04-04 07:52:58 +00:00
nginx_conf
This commit is contained in:
parent
a512f9cd94
commit
c94d685fd9
9
sist2_demo.conf
Normal file
9
sist2_demo.conf
Normal file
@ -0,0 +1,9 @@
|
||||
server {
|
||||
server_name sist2.simon987.net;
|
||||
|
||||
location / {
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Host $host;
|
||||
proxy_pass http://misc.lxd:4090;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user