This website requires JavaScript.
Explore
Help
Sign In
shockrah
/
rice
Watch
1
Star
0
Fork
0
You've already forked rice
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
68b13d0034
rice
/
docker-host
/
setup
/
files
/
files.lablad
7 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
+ Nginx configs for file and music services
2022-04-04 05:20:51 +00:00
server {
* Proxy changes now use a real tld of .net This is to make browser behave better as they would always try to avoid the domain lookup
2022-05-01 04:57:00 +00:00
server_name files.lablad.net;
+ Nginx configs for file and music services
2022-04-04 05:20:51 +00:00
location / {
proxy_pass http://127.0.0.1:8080;
}
+ Setting up Grafana service (metrics.lablad) + Reverse proxy entry for nginx routing This is the first step for establishing a goal for the server's logging stack
2022-04-15 03:43:10 +00:00
}
Reference in New Issue
Copy Permalink