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