🔄 Rename all "twake" instances to "tdrive"
🔄 Rename all "twake" instances to "tdrive"
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user