fix
This commit is contained in:
parent
9d545788da
commit
15be42c675
3 changed files with 2 additions and 53 deletions
|
@ -8,56 +8,6 @@
|
|||
<img src="{{ url_for('static', filename='images/promo/promo-20151101.png') }}" border=0 />
|
||||
</div>
|
||||
</div>
|
||||
{# <div class="row slogan">
|
||||
<div class="large-6 columns">
|
||||
<img src="{{ url_for('static', filename='images/logo/procdn-logo-128.png') }}" border=0 />
|
||||
<div>
|
||||
<span id=slogan>Мы знаем как ускорить доставку медиа контента.</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class='large-6 columns'>
|
||||
<img src="{{ url_for('static', filename='images/procdn_promo_1.jpg') }}" border=0 />
|
||||
</div>
|
||||
</div> #}
|
||||
<div class="row">
|
||||
<div class="large-12 columns">
|
||||
<h3>Тарифы</h3>
|
||||
<div class="row">
|
||||
<div class="large-6 columns">
|
||||
<h4>Россия и СНГ</h4>
|
||||
<table width="100%" class="">
|
||||
<thead>
|
||||
<tr><td>Трафик</td><td>Цена за Гб</td></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>До 50 Гб</td><td class="price"><span>Бесплатно</span></td></tr>
|
||||
<tr><td>До 1000 Гб</td><td class="price">4 рубля</td></tr>
|
||||
<tr><td>До 2000 Гб</td><td class="price">3 рубля</td></tr>
|
||||
<tr><td>До 3000 Гб</td><td class="price">2,7 рубля</td></tr>
|
||||
<tr><td>До 4000 Гб</td><td class="price">2,6 рубля</td></tr>
|
||||
<tr><td>До 5000 Гб</td><td class="price">2,5 рубля</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="large-6 columns">
|
||||
<h4>Европа и Северная Америка</h4>
|
||||
<table width="100%" class="">
|
||||
<thead>
|
||||
<tr><td>Трафик</td><td>Цена за Гб</td></tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr><td>До 50 Гб</td><td class="price"><span>Бесплатно</span></td></tr>
|
||||
<tr><td>До 1000 Гб</td><td class="price">4 рубля</td></tr>
|
||||
<tr><td>До 2000 Гб</td><td class="price">3 рубля</td></tr>
|
||||
<tr><td>До 3000 Гб</td><td class="price">2,7 рубля</td></tr>
|
||||
<tr><td>До 4000 Гб</td><td class="price">2,6 рубля</td></tr>
|
||||
<tr><td>До 5000 Гб</td><td class="price">2,5 рубля</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="large-12 columns">
|
||||
<h3>Принимем к оплате</h3>
|
||||
|
|
|
@ -15,7 +15,7 @@ server {
|
|||
}
|
||||
|
||||
location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|bmp)$ {
|
||||
root /var/lib/gocloud.ru/control;
|
||||
root /var/lib/gocloud.ru/control/app;
|
||||
access_log off;
|
||||
expires 10d;
|
||||
break;
|
||||
|
|
|
@ -19,8 +19,6 @@ server {
|
|||
ssl_ciphers ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP;
|
||||
ssl_prefer_server_ciphers on;
|
||||
|
||||
root /var/lib/gocloud.ru/control;
|
||||
|
||||
location / {
|
||||
#proxy_pass http://127.0.0.1:5001;
|
||||
include uwsgi_params;
|
||||
|
@ -28,6 +26,7 @@ server {
|
|||
}
|
||||
|
||||
location ~* ^.+\.(jpg|jpeg|gif|css|png|js|ico|bmp)$ {
|
||||
root /var/lib/gocloud.ru/control/app;
|
||||
access_log off;
|
||||
expires 10d;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue