add tempaltes
This commit is contained in:
@@ -9,7 +9,8 @@ server {
|
||||
ssl_certificate_key /etc/nginx/ssl/live/nextcloud.rschneider.hu/privkey.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://46.251.21.47:3680;
|
||||
proxy_pass http://46.251.21.47:5050;
|
||||
proxy_set_header Host $host;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
stream{
|
||||
upstream nuc-ssh {
|
||||
server 46.251.21.47:2022;
|
||||
}
|
||||
@@ -7,4 +8,4 @@ server {
|
||||
server_name ssh.nuc.rschneider.hu
|
||||
proxy_pass nuc-ssh;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user