Automate light server
Co-authored-by: J <j@jsts.xyz>
This commit is contained in:
parent
aefdd123a4
commit
e74a50e873
40 changed files with 401 additions and 10 deletions
8
playbooks/files/configs/light/nginx/foobazdmx.conf
Normal file
8
playbooks/files/configs/light/nginx/foobazdmx.conf
Normal file
|
@ -0,0 +1,8 @@
|
|||
server {
|
||||
listen 80;
|
||||
server_name light.z9;
|
||||
|
||||
location / {
|
||||
proxy_pass http://localhost:8080;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue