KnightSwarm / Minstall

A script containing several modules designed to help you set up your server as you want it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

configure-http-nginx Broken

thesupremecommander opened this issue · comments

commented
>> Configure (HTTP): Nginx <<
libraries/40.check.sh: line 7: [: ==: unary operator expected
libraries/40.check.sh: line 7: [: ==: unary operator expected
libraries/40.check.sh: line 7: [: ==: unary operator expected
Do you want to enable gzip compression to save bandwidth and decrease page load time (compresses CSS, HTML, Javascript & XML at gzip compression level 6)? (Y/n)
>> Enabling Compression...
cp: cannot stat `modules/install-http-nginx/etc/nginx.d/gzip.conf': No such file or directory
Do you want to enable a virtual host that accepts all requests for the servers hostname (can be useful for scripts such as bandwidth monitors)? (Y/n)
>> Enabling Virtual Host For Hostname...
mv: cannot stat `/etc/nginx/sites-available/system.conf.disabled': No such file or directory
Do you want to enable proxy cache support and create a cache directory? (Y/n)
>> Enabling Proxy Cache Support...
cp: cannot stat `modules/install-http-nginx/etc/nginx.d/proxy_cache.conf': No such file or directory
Do you want to enable caching of SSL sessions (can increase responsiveness over SSL)? (Y/n)
>> Enabling SSL Session Cache...
cp: cannot stat `modules/install-http-nginx/etc/nginx.d/ssl_session_cache.conf': No such file or directory
Do you want to protect the default host by denying unmatched requests (this will override your default virtual host if you have assigned one)? (y/N)
Do you want to reset the default host to the script default (this will override your default virtual host if you have assigned one)? (y/N)
>> Restarting Daemon...
commented

Fixed by merge of #60.