+ Nginx configs for file and music services
This commit is contained in:
parent
d72bcfd23f
commit
d84ae44ef8
10
docker-host/setup/files/files.lablad
Normal file
10
docker-host/setup/files/files.lablad
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# this file pertains to the gitea service which is served under the fqdn:
|
||||||
|
# git.lablad
|
||||||
|
# the default port is listed under /vars/main.yml as 3000 as gitea_pub_port
|
||||||
|
|
||||||
|
server {
|
||||||
|
server_name files.lablad;
|
||||||
|
location / {
|
||||||
|
proxy_pass http://127.0.0.1:8080;
|
||||||
|
}
|
||||||
|
}
|
10
docker-host/setup/files/music.lablad
Normal file
10
docker-host/setup/files/music.lablad
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# this file pertains to the gitea service which is served under the fqdn:
|
||||||
|
# git.lablad
|
||||||
|
# the default port is listed under /vars/main.yml as 3000 as gitea_pub_port
|
||||||
|
|
||||||
|
server {
|
||||||
|
server_name music.lablad;
|
||||||
|
location / {
|
||||||
|
proxy_pass http://127.0.0.1:6789;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user