mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add nginx config file
This commit is contained in:
parent
cbf1bfbd12
commit
598c08545b
1 changed files with 9 additions and 0 deletions
9
scripts/advlabdb.conf
Normal file
9
scripts/advlabdb.conf
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name 127.0.0.1;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
include proxy_params;
|
||||||
|
proxy_pass http://unix:/home/admin/advlabdb/gunicorn.sock;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue