Browse Source

Correction of nginx conf

prieto 8 years ago
parent
commit
d3793bcf17
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      progs/slim/slim.py

+ 1
- 1
progs/slim/slim.py View File

@@ -394,7 +394,7 @@ server {
394 394
     include uwsgi_params;
395 395
     
396 396
     location /static/ {
397
-        uwsgi_pass unix:///lodel2/plugins/webui/templates/;
397
+        alias /lodel2/plugins/webui/templates/
398 398
     }
399 399
 
400 400
 """

Loading…
Cancel
Save