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