[extensions-web] etc: fixed typo in sample nginx configuraton file
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [extensions-web] etc: fixed typo in sample nginx configuraton file
- Date: Sat, 5 Nov 2016 09:03:26 +0000 (UTC)
commit c1b41fa3f7e36a443b0f0fe551912b6486d5348b
Author: Yuri Konotopov <ykonotopov gnome org>
Date: Sat Nov 5 12:03:18 2016 +0300
etc: fixed typo in sample nginx configuraton file
etc/sweettooth.nginx.conf.example | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/etc/sweettooth.nginx.conf.example b/etc/sweettooth.nginx.conf.example
index 0ef05d2..c538e92 100644
--- a/etc/sweettooth.nginx.conf.example
+++ b/etc/sweettooth.nginx.conf.example
@@ -41,8 +41,8 @@ server {
root /usr/share/nginx/html;
}
- location /extensions-data/ {
- alias /srv/sweettooth/extensions-web/extensions-data/;
+ location /extension-data/ {
+ alias /srv/sweettooth/extensions-web/uploaded-files/;
}
location /static/ {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]