Search:
Preferences
Help/Guide
About Trac
Wiki
View Tickets
Search
Context Navigation
Back to Ticket #2522
Ticket #2522
: pip.test
File pip.test,
333 bytes
(added by
vernondcole@…
,
3 years ago
)
nginx configuration file for web site
http://pip.test
Line
1
# Virtual Host configuration for pip.test
2
#
3
server {
4
listen 80;
5
listen [::]:80;
6
7
server_name pip.test pypi.org;
8
9
root /var/www/pip.test;
10
index index.html;
11
12
location / {
13
try_files $uri $uri/ =404;
14
autoindex on;
15
autoindex_exact_size on;
16
}
17
}
Download in other formats:
Original Format