Add nginx conf
This commit is contained in:
parent
7a23e798e5
commit
3b127c157b
2 changed files with 16 additions and 4 deletions
11
nummi.nginx
Normal file
11
nummi.nginx
Normal file
|
@ -0,0 +1,11 @@
|
|||
server {
|
||||
listen 443 ssl http2;
|
||||
listen [::]:443 ssl http2;
|
||||
server_name nummi.edgarpierre.fr;
|
||||
|
||||
location / {
|
||||
include conf/50-proxy.conf;
|
||||
|
||||
proxy_pass http://unix:/run/nummi.socket;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue