我正在尝试在运行Ubuntu 14.04的新VPS上安装Plesk 12.5.3。我正在使用http://vultr.com(类似于digitalocean.com)等
我正在努力的部分是放在/etc/hosts/
和/etc/hostname
中的内容
hello.com
因为这是Plesk安装所必需的。
说我的主域名是server.hello.com
,我想让plesk小组位于ubuntu-server
/etc/hostname
是我给我的Droplet的名字
默认ubuntu-server
/etc/hosts
默认 127.0.0.1 localhost
127.0.1.1 guest
# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
127.0.0.1 guest
::1 guest
127.0.0.1 ubuntu-server
::1 ubuntu-server
:
// Reloads the page
gulp.task('php', browserSync.reload);
gulp.task('watch', ['browser-sync'], function (){
gulp.watch('app/src/scss/*.scss', ['minify-css']);
gulp.watch('app/src/js/*.js', ['minify-js', browserSync.reload]);
// Watches for .php file changes
gulp.watch("./*.php", ['php']);
});
gulp.task('default', ['watch']);
我需要将此更改为?我需要以上所有吗?
答案 0 :(得分:0)
结束工作。
在我需要的chrome.tabs.onUpdated.addListener(function(tabId, changeInfo, tab){
if (changeInfo.status == "loading" && tab.url == 'chrome://newtab/')
{ /* load background into tab */ }
});
/etc/hostname
在server.hello.com
我需要这个:
/etc/hosts