🔄 Rename all "twake" instances to "tdrive"

🔄 Rename all "twake" instances to "tdrive"
This commit is contained in:
Montassar Ghanmy
2023-04-10 14:12:00 +01:00
committed by GitHub
parent 88cba77421
commit d91a13e2cc
323 changed files with 1021 additions and 1023 deletions
+3 -3
View File
@@ -5,12 +5,12 @@ server {
ssl_certificate_key /etc/nginx/ssl/selfsigned.key;
server_name localhost;
root /twake-core/web;
root /tdrive-core/web;
add_header Strict-Transport-Security "max-age=31536000";
location /.well-known {
alias /twake-react/build/.well-known/;
alias /tdrive-react/build/.well-known/;
gzip on;
gzip_disable "msie6";
@@ -53,7 +53,7 @@ server {
application/xml
application/rss+xml
image/svg+xml;
alias /twake-react/build/;
alias /tdrive-react/build/;
allow all;
try_files $uri /index.html;
}