initial commit
This commit is contained in:
15
sites/root
Normal file
15
sites/root
Normal file
@@ -0,0 +1,15 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name root.tronnet.net;
|
||||
rewrite ^(.*) https://$host$1 permanent;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
server_name root.tronnet.net;
|
||||
include /etc/nginx/snippets/ssl-params.conf;
|
||||
location / {
|
||||
proxy_pass http://root.root:80;
|
||||
include /etc/nginx/snippets/proxy-params.conf;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user