save
This commit is contained in:
parent
76bd8f782d
commit
f7d2665d4f
6 changed files with 27 additions and 11 deletions
11
recipes/example-roda.rb
Normal file
11
recipes/example-roda.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'nginx'
|
||||
|
||||
class ExampleProxy < NGINXProxy
|
||||
domain "gurgul.org"
|
||||
service "forgejo"
|
||||
user "git"
|
||||
port 3000
|
||||
end
|
||||
|
||||
puts ExampleProxy.generate
|
||||
puts ExampleProxy.available_path
|
Loading…
Add table
Add a link
Reference in a new issue