first version of cups server role
This commit is contained in:
parent
6541059276
commit
3129b5e58c
3 changed files with 64 additions and 0 deletions
3
roles/cups/server/files/cups-nginx.conf
Normal file
3
roles/cups/server/files/cups-nginx.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
location / {
|
||||
proxy_pass https://localhost:631;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue