|
@@ -255,7 +255,7 @@ function install_riot {
|
255
|
255
|
echo ' # Root' >> $riot_nginx_site
|
256
|
256
|
echo " root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
|
257
|
257
|
echo '' >> $riot_nginx_site
|
258
|
|
- echo ' index index.html' >> $riot_nginx_site
|
|
258
|
+ echo ' index index.html;' >> $riot_nginx_site
|
259
|
259
|
echo '' >> $riot_nginx_site
|
260
|
260
|
echo ' location / {' >> $riot_nginx_site
|
261
|
261
|
function_check nginx_limits
|
|
@@ -282,7 +282,7 @@ function install_riot {
|
282
|
282
|
echo ' # Root' >> $riot_nginx_site
|
283
|
283
|
echo " root /var/www/$RIOT_DOMAIN_NAME/htdocs;" >> $riot_nginx_site
|
284
|
284
|
echo '' >> $riot_nginx_site
|
285
|
|
- echo ' index index.html' >> $riot_nginx_site
|
|
285
|
+ echo ' index index.html;' >> $riot_nginx_site
|
286
|
286
|
echo '' >> $riot_nginx_site
|
287
|
287
|
echo ' location / {' >> $riot_nginx_site
|
288
|
288
|
function_check nginx_limits
|