mirror of
https://github.com/haiwen/seafile-server-installer-cn.git
synced 2025-12-25 17:02:46 +00:00
Use the default Nginx package
This commit is contained in:
parent
17133ba938
commit
90f1f175d7
|
|
@ -102,13 +102,6 @@ libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy -y
|
|||
# -------------------------------------------
|
||||
# NGINX
|
||||
# -------------------------------------------
|
||||
cat > /etc/apt/sources.list.d/nginx.list <<EOF
|
||||
deb http://nginx.org/packages/mainline/ubuntu/ trusty nginx
|
||||
deb-src http://nginx.org/packages/mainline/ubuntu/ trusty nginx
|
||||
EOF
|
||||
wget -O - http://nginx.org/packages/keys/nginx_signing.key | apt-key add -
|
||||
|
||||
aptitude update && aptitude upgrade -y
|
||||
aptitude install nginx -y
|
||||
|
||||
rm /etc/nginx/conf.d/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue