Add more notes to nginx config
parent
ab018fc4f4
commit
40e62c9d8d
@ -1,7 +1,14 @@
|
|||||||
server {
|
server {
|
||||||
|
ssl on;
|
||||||
|
TODO: gzip?
|
||||||
# TODO FOR ADMIN: Config listens and SSL and server_name and whatnot
|
# TODO FOR ADMIN: Config listens and SSL and server_name and whatnot
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
include uwsgi_params;
|
include uwsgi_params;
|
||||||
uwsgi_pass unix:/var/wish/sock;
|
uwsgi_pass unix:/var/wish/sock;
|
||||||
|
}
|
||||||
|
|
||||||
|
location /static {
|
||||||
|
TODO
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue