* leftcoast file server fixerinod

This commit is contained in:
shockrah 2022-07-24 23:33:32 -07:00
parent 5f0e2bbc03
commit 836101beca

View File

@ -3,7 +3,7 @@
# should not happen on the target server
server {
server_name gallery.leftcoast.space;
server_name files.leftcoast.space;
location / {
proxy_pass http://127.0.0.1:8000;
}