mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 00:21:59 +01:00
nginx config fix
This commit is contained in:
parent
74db18063b
commit
760bfcd316
@ -5,12 +5,12 @@
|
||||
####
|
||||
|
||||
server {
|
||||
server_name piler.yourdomain.com;
|
||||
server_name archive.yourdomain.com;
|
||||
|
||||
root /var/www/piler.piler.yourdomain.com;
|
||||
root /var/www/piler;
|
||||
|
||||
access_log /var/log/nginx/piler.yourdomain.com-access.log main;
|
||||
error_log /var/log/nginx/piler.yourdomain.com-error.log;
|
||||
access_log /var/log/nginx/archive.yourdomain.com-access.log main;
|
||||
error_log /var/log/nginx/archive.yourdomain.com-error.log;
|
||||
|
||||
gzip on;
|
||||
gzip_types text/plain application/xml text/css;
|
||||
|
Loading…
Reference in New Issue
Block a user