Jun 29 - Update app name, and documents

This commit is contained in:
2026-06-29 16:51:40 -04:00
parent 26ae7c0cb7
commit 176e19213c
32 changed files with 156 additions and 261 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Website Checker — Production Deployment Guide
# Bid Checker — Production Deployment Guide
### Ubuntu Server · Nginx · Gunicorn · MySQL · systemd
---
@@ -202,7 +202,7 @@ Paste the following:
```ini
[Unit]
Description=Website Checker — Gunicorn Application Server
Description=Bid Checker — Gunicorn Application Server
After=network.target mysql.service
Requires=mysql.service
@@ -496,4 +496,4 @@ Create `/etc/logrotate.d/webchecker`:
---
*Generated for Website Checker Web — Flask/MySQL/Nginx/Gunicorn/Ubuntu deployment.*
*Generated for Bid Checker Web — Flask/MySQL/Nginx/Gunicorn/Ubuntu deployment.*