Files
lilleback-infra/roles/bigboi/nginx/templates/bepis.zacke.xyz.nginx
2024-12-28 12:04:44 +01:00

8 lines
174 B
Nginx Configuration File

server {
listen 80 default_server;
location / {
add_header Content-Type text/html;
return 200 "<html><body><h1>bepis</h1></body></html>";
}
}