changes
This commit is contained in:
11
nginx/templates/ssh.nuc.rschneider.hu.template
Normal file
11
nginx/templates/ssh.nuc.rschneider.hu.template
Normal file
@@ -0,0 +1,11 @@
|
||||
stream{
|
||||
upstream nuc-ssh {
|
||||
server ${nuc}:2022;
|
||||
}
|
||||
|
||||
server {
|
||||
listen 80;
|
||||
server_name ssh.nuc.rschneider.hu
|
||||
proxy_pass nuc-ssh;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user