feature:fix chatchan path
This commit is contained in:
parent
d9c8ed8cd3
commit
4a9564b32e
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user