summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-05-19 09:37:15 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-05-19 09:37:15 +0800
commitd225fa945d771048ba139ecaa8a8280026b67161 (patch)
treea07dc6d156b8972b4a2283754c69e30f3f0403b2
parent466e64cb2965f868f1c23c699349414904b28b13 (diff)
Update
-rw-r--r--nginx/sites-available/vps8
1 files changed, 4 insertions, 4 deletions
diff --git a/nginx/sites-available/vps b/nginx/sites-available/vps
index ef2fc14..bb470c6 100644
--- a/nginx/sites-available/vps
+++ b/nginx/sites-available/vps
@@ -315,11 +315,11 @@ server {
315} 315}
316 316
317server { 317server {
318 server_name rb.topo.tw riverbien.topo.tw; 318 server_name rb.topo.tw;
319 listen 80; 319 listen 80;
320 listen 443 ssl; 320 listen 443 ssl;
321 ssl_certificate /home/pham/.acme.sh/riverbien.topo.tw_ecc/fullchain.cer; 321 ssl_certificate /home/pham/.acme.sh/rb.topo.tw_ecc/fullchain.cer;
322 ssl_certificate_key /home/pham/.acme.sh/riverbien.topo.tw_ecc/riverbien.topo.tw.key; 322 ssl_certificate_key /home/pham/.acme.sh/rb.topo.tw_ecc/rb.topo.tw.key;
323 323
324 root /srv/riverbien; 324 root /srv/riverbien;
325 325
@@ -432,7 +432,7 @@ server {
432 432
433# FOR ACME.SH 433# FOR ACME.SH
434#server { 434#server {
435# server_name 4ba.tw; 435# server_name rb.topo.tw;
436# root /home/pham/Downloads; 436# root /home/pham/Downloads;
437# listen 80; 437# listen 80;
438#} 438#}