Initial nginx run 05/05
Signed-off-by: Georg <georg@lysergic.dev>
This commit is contained in:
parent
c1d847bdba
commit
e2f270d4a2
13
nginx/05/intra.conf
Normal file
13
nginx/05/intra.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
server {
|
||||||
|
listen 10.0.0.3:443 ssl http2;
|
||||||
|
server_name web.sun.lysergic.dev web.syscid.com web;
|
||||||
|
|
||||||
|
ssl_certificate /etc/ssl/web/web.sun.lysergic.dev.crt;
|
||||||
|
ssl_certificate_key /etc/ssl/web/web.sun.lysergic.dev.key;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
root /www;
|
||||||
|
index index.html;
|
||||||
|
autoindex on;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user