This repository has been archived on 2026-04-30. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
mechaimmensewarfare.com/traefik-files/default.conf
T
2021-03-08 00:31:37 +11:00

10 lines
195 B
Plaintext

server {
listen 3000;
server_name mechaimmensewarfare.com www.mechaimmensewarfare.com;
location / {
root /static;
index index.html;
}
}