Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloudl
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ishtiaq Ahmed
cloudl
Commits
fe188c66
Commit
fe188c66
authored
Sep 11, 2019
by
kavinduchamiran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v11
parent
6442088c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
nginx.conf
nginx/nginx.conf
+8
-8
index.html
public/index.html
+1
-1
Home.js
src/containers/Home.js
+1
-1
No files found.
nginx/nginx.conf
View file @
fe188c66
...
@@ -10,14 +10,14 @@ server {
...
@@ -10,14 +10,14 @@ server {
proxy_pass
http://cloudl-server-service:5000/
;
proxy_pass
http://cloudl-server-service:5000/
;
}
}
location
/api/
{
location
/api/
{
proxy_http_version
1
.1
;
proxy_http_version
1
.1
;
proxy_set_header
Upgrade
$http_upgrade
;
proxy_set_header
Upgrade
$http_upgrade
;
proxy_set_header
Connection
"upgrade"
;
proxy_set_header
Connection
"upgrade"
;
proxy_set_header
Host
$host
;
proxy_set_header
Host
$host
;
proxy_cache_bypass
$http_upgrade
;
proxy_cache_bypass
$http_upgrade
;
proxy_pass
http://cloudl-server-service:5000/
;
proxy_pass
http://cloudl-server-service:5000/
;
}
}
location
/
{
location
/
{
root
/usr/share/nginx/html
;
root
/usr/share/nginx/html
;
...
...
public/index.html
View file @
fe188c66
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<!-- Compiled and minified JavaScript -->
<!-- Compiled and minified JavaScript -->
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"
></script>
<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=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
...
...
src/containers/Home.js
View file @
fe188c66
...
@@ -9,7 +9,7 @@ class Home extends Component {
...
@@ -9,7 +9,7 @@ class Home extends Component {
<
div
className
=
"row"
>
<
div
className
=
"row"
>
<
div
className
=
"col s12 center-align"
>
<
div
className
=
"col s12 center-align"
>
<
h4
>
<
h4
>
The
<
b
>
online
<
/b> file downloade
r
The
<
b
>
online
<
/b> file downloader
2
<
/h4
>
<
/h4
>
<
p
className
=
"flow-text grey-text text-darken-1"
>
<
p
className
=
"flow-text grey-text text-darken-1"
>
Let
me
handle
your
slow
downloads
and
torrents
!
Let
me
handle
your
slow
downloads
and
torrents
!
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment