jdormit-infra/prod/syncthing-packer/packer/syncthing.conf

8 lines
131 B
Plaintext
Raw Normal View History

server {
listen 80;
listen [::]:80;
location / {
proxy_pass http://127.0.0.1:8384;
}
}