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

10 lines
205 B
Plaintext

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