move sites to http, add stream proxies
This commit is contained in:
11
http/opns.conf
Normal file
11
http/opns.conf
Normal file
@@ -0,0 +1,11 @@
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name opns.tronnet.net;
|
||||
include snippets/ssl-acme.conf;
|
||||
include snippets/proxy-errors.conf;
|
||||
include snippets/error-pages.conf;
|
||||
location / {
|
||||
proxy_pass https://10.0.0.1:10443;
|
||||
proxy_redirect default;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user