add nginx.conf and improve readme
This commit is contained in:
8
offen/nginx.conf
Normal file
8
offen/nginx.conf
Normal file
@ -0,0 +1,8 @@
|
||||
server {
|
||||
server_name sudomain.your.domain;
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:8102;
|
||||
}
|
||||
|
||||
listen 80;
|
||||
}
|
Reference in New Issue
Block a user