Compare commits
1 Commits
f8c09af563
...
d94750d25a
Author | SHA1 | Date |
---|---|---|
pictuga | d94750d25a |
|
@ -140,7 +140,9 @@ ensure that the provided `/www/.htaccess` works well with your server.
|
|||
|
||||
Running this command should do:
|
||||
|
||||
uwsgi --http :9090 --plugin python --wsgi-file main.py
|
||||
```shell
|
||||
uwsgi --http :9090 --plugin python --wsgi-file main.py
|
||||
```
|
||||
|
||||
However, one problem might be how to serve the provided `index.html` file if it
|
||||
isn't in the same directory. Therefore you can add this at the end of the
|
||||
|
|
Loading…
Reference in New Issue