diff options
Diffstat (limited to 'nginx/sites-available/vps')
-rw-r--r-- | nginx/sites-available/vps | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/nginx/sites-available/vps b/nginx/sites-available/vps index ce933c5..508bd40 100644 --- a/nginx/sites-available/vps +++ b/nginx/sites-available/vps | |||
@@ -30,17 +30,14 @@ server { | |||
30 | #autoindex_exact_size off; | 30 | #autoindex_exact_size off; |
31 | disable_symlinks off; | 31 | disable_symlinks off; |
32 | 32 | ||
33 | |||
34 | include /etc/nginx/sites-available/topo.tw.tmp; | ||
33 | include /home/pham/site/nginx/modules/fancyindex/fancyindex.conf; | 35 | include /home/pham/site/nginx/modules/fancyindex/fancyindex.conf; |
34 | 36 | ||
35 | location ^~ /fancyindex/ { | 37 | location ^~ /fancyindex/ { |
36 | root /home/pham/site/nginx/modules; | 38 | root /home/pham/site/nginx/modules; |
37 | } | 39 | } |
38 | 40 | ||
39 | #include /home/pham/git/Nginx-Fancyindex-Theme/fancyindex.conf; | ||
40 | #location ^~ /Nginx-Fancyindex-Theme-light/ { | ||
41 | # root /home/pham/git/Nginx-Fancyindex-Theme; | ||
42 | #} | ||
43 | |||
44 | # charset | 41 | # charset |
45 | charset utf-8; | 42 | charset utf-8; |
46 | charset_types *; | 43 | charset_types *; |
@@ -301,7 +298,6 @@ server { | |||
301 | 298 | ||
302 | # return 204; # OK (no content) | 299 | # return 204; # OK (no content) |
303 | #} | 300 | #} |
304 | |||
305 | } | 301 | } |
306 | 302 | ||
307 | # git server | 303 | # git server |