mirror of
https://github.com/haiwen/seafile-server-installer-cn.git
synced 2025-12-26 01:22:52 +00:00
Fix scripts
This commit is contained in:
parent
c157c912d9
commit
429d826064
|
|
@ -111,9 +111,9 @@ libreoffice-script-provider-python ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy -y
|
|||
# -------------------------------------------
|
||||
aptitude install nginx -y
|
||||
|
||||
rm /etc/nginx/conf.d/*
|
||||
rm etc/nginx/sites-enabled/*
|
||||
|
||||
cat > /etc/nginx/site-available/seafile.conf <<'EOF'
|
||||
cat > /etc/nginx/sites-available/seafile.conf <<'EOF'
|
||||
server {
|
||||
listen 80;
|
||||
server_name "";
|
||||
|
|
|
|||
Loading…
Reference in New Issue