diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/nginx/site.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/nginx/site.conf b/etc/nginx/site.conf index 9105591..a4fd42d 100644 --- a/etc/nginx/site.conf +++ b/etc/nginx/site.conf | |||
| @@ -28,7 +28,7 @@ server { | |||
| 28 | root /home/plugins/web; | 28 | root /home/plugins/web; |
| 29 | fancyindex on; | 29 | fancyindex on; |
| 30 | fancyindex_exact_size off; | 30 | fancyindex_exact_size off; |
| 31 | fancyindex_css_href /media/plugins.css; | 31 | fancyindex_css_href /resources/plugins.css; |
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | # | 34 | # |
| @@ -57,7 +57,7 @@ server { | |||
| 57 | # Redirects etc. | 57 | # Redirects etc. |
| 58 | # | 58 | # |
| 59 | location = /favicon.ico { | 59 | location = /favicon.ico { |
| 60 | root /home/plugins/web/site/media; | 60 | root /home/plugins/web/site/resources; |
| 61 | } | 61 | } |
| 62 | location ^~ /snapshot { | 62 | location ^~ /snapshot { |
| 63 | return 301 /download$request_uri; | 63 | return 301 /download$request_uri; |
