feature:fix chatchan path

This commit is contained in:
tradewind 2023-12-26 14:21:44 +08:00
parent d9c8ed8cd3
commit 4a9564b32e

View File

@ -7,7 +7,7 @@ server {
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
root /var/www/http/chat; root /var/www/html/chatchan;
index index.html; index index.html;
location / { location / {
try_files $uri $uri/ =404; try_files $uri $uri/ =404;