feat: add nginx conf
This commit is contained in:
9
files/nginx/git.netoik.io.conf
Normal file
9
files/nginx/git.netoik.io.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
server {
|
||||
listen 443 ssl;
|
||||
server_name git.netoik.io;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:3000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user