Remove nginx config.
This commit is contained in:
@@ -22,22 +22,6 @@ server {
|
||||
proxy_pass http://varnish:80;
|
||||
proxy_redirect off;
|
||||
}
|
||||
|
||||
location /files/ {
|
||||
root /usr/share/nginx/rstat.net/;
|
||||
autoindex on;
|
||||
autoindex_exact_size off;
|
||||
autoindex_format html;
|
||||
autoindex_localtime on;
|
||||
}
|
||||
|
||||
location /privacy/ {
|
||||
root /usr/share/nginx/rstat.net/;
|
||||
}
|
||||
|
||||
location /p/ {
|
||||
root /usr/share/nginx/rstat.net/;
|
||||
}
|
||||
}
|
||||
|
||||
# intermediate configuration
|
||||
|
Reference in New Issue
Block a user