Align branding, prompts, and deployment tooling

This commit is contained in:
2026-03-28 22:16:56 +08:00
parent 4aa69650e8
commit 4295293a21
90 changed files with 1320 additions and 2044 deletions

View File

@@ -1,9 +1,9 @@
server {
listen 80;
server_name evotraders.cillinn.com;
server_name bigtime.cillinn.com;
location /.well-known/acme-challenge/ {
root /var/www/evotraders/current;
root /var/www/bigtime/current;
allow all;
}
@@ -14,13 +14,13 @@ server {
server {
listen 443 ssl http2;
server_name evotraders.cillinn.com;
server_name bigtime.cillinn.com;
root /var/www/evotraders/current;
root /var/www/bigtime/current;
index index.html;
ssl_certificate /etc/letsencrypt/live/evotraders.cillinn.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/evotraders.cillinn.com/privkey.pem;
ssl_certificate /etc/letsencrypt/live/bigtime.cillinn.com/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/bigtime.cillinn.com/privkey.pem;
include /etc/letsencrypt/options-ssl-nginx.conf;
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem;

View File

@@ -1,8 +1,8 @@
server {
listen 80;
server_name evotraders.cillinn.com;
server_name bigtime.cillinn.com;
root /var/www/evotraders/current;
root /var/www/bigtime/current;
index index.html;
location /.well-known/acme-challenge/ {