We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9371001 commit a05d13fCopy full SHA for a05d13f
setup.py
@@ -80,7 +80,7 @@
80
(cache_dp, []),
81
(cache_links, []),
82
(info_cache_dp, []),
83
- (www_dp, ['www/loris.wsgi']),
+ (www_dp, ['www/loris2.wsgi']),
84
(www_dp, ['www/index.txt']),
85
(tmp_dp, [])
86
]
@@ -131,7 +131,7 @@ def read(fname):
131
os.chmod(fs_node, 0755)
132
os.chown(fs_node, user_id, group_id)
133
134
-wsgi_script = os.path.join(www_dp, 'loris.wsgi')
+wsgi_script = os.path.join(www_dp, 'loris2.wsgi')
135
executables = (LORIS_CACHE_CLEAN, JP2_EXECUTABLE, wsgi_script)
136
for ex in executables:
137
os.chmod(ex, 0755)
www/loris.wsgi renamed to www/loris2.wsgi
0 commit comments