nginx_conf

This commit is contained in:
root 2020-08-16 19:20:13 +00:00
parent a512f9cd94
commit c94d685fd9

9
sist2_demo.conf Normal file
View 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;
}
}