Commit fe188c66 authored by kavinduchamiran's avatar kavinduchamiran

v11

parent 6442088c
......@@ -10,14 +10,14 @@ server {
proxy_pass http://cloudl-server-service:5000/;
}
location /api/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
proxy_pass http://cloudl-server-service:5000/;
}
location /api/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
proxy_pass http://cloudl-server-service:5000/;
}
location / {
root /usr/share/nginx/html;
......
......@@ -10,7 +10,7 @@
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<script src="%PUBLIC_URL%/env-config.js"></script>
<!--<script src="%PUBLIC_URL%/env-config.js"></script>-->
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
......
......@@ -9,7 +9,7 @@ class Home extends Component {
<div className="row">
<div className="col s12 center-align">
<h4>
The <b>online</b> file downloader
The <b>online</b> file downloader 2
</h4>
<p className="flow-text grey-text text-darken-1">
Let me handle your slow downloads and torrents!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment