rtj.dev/default.conf
Roland Thomas 13774818ed
All checks were successful
rtj.dev Build and Deploy / Build-and-Deploy (push) Successful in 1m3s
Add stub
2023-06-14 21:49:50 -04:00

16 lines
171 B
Plaintext

server {
listen 80;
location / {
root /usr/share/nginx/html;
}
}
server {
listen 8080;
location /stub_status {
stub_status;
}
}