Browse Source

new build

master
zeus 3 years ago
parent
commit
5ccd98db58
  1. 3
      install/usr/share/swarmlab.io/sec/project/bin/start-nginx.sh
  2. 4
      install/usr/share/swarmlab.io/sec/project/data-www/index.html
  3. 1
      install/usr/share/swarmlab.io/sec/swarmlab-sec

3
install/usr/share/swarmlab.io/sec/project/bin/start-nginx.sh

@ -1,3 +1,2 @@
#!/bin/sh
#/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf
/usr/bin/supervisord -c /etc/supervisor/supervisord.conf &
/usr/bin/supervisord -n -c /etc/supervisor/supervisord.conf

4
install/usr/share/swarmlab.io/sec/project/data-www/index.html

@ -74,7 +74,7 @@
</head>
<body>
<h1>Welcome to <strong>nginx</strong> on Fedora!</h1>
<h1>Welcome to <strong>nginx</strong> on Swarmlab.io!</h1>
<div class="content">
<p>This page is used to test the proper operation of the
@ -88,7 +88,7 @@
<div class="content">
<p>This is the default <tt>index.html</tt> page that
is distributed with <strong>nginx</strong> on
Fedora. It is located in
Swarmlab.io. It is located in
<tt>/data/www</tt>.</p>
<p>You should now put your content in a location of

1
install/usr/share/swarmlab.io/sec/swarmlab-sec

@ -297,7 +297,6 @@ services:
- $Wdir/project/config/nginx.conf:/etc/nginx/nginx.conf
- $Wdir/project/config/default.conf:/etc/nginx/conf.d/default.conf
- $Wdir/project/config/supervisord.conf:/etc/supervisor/supervisord.conf
- $Wdir/project/bin/start-nginx.sh:/root/start-nginx.sh
# workerservice:

Loading…
Cancel
Save