cups/server: Remove nginx frontend proxy

This commit is contained in:
Timo Makinen 2021-03-30 16:14:52 +00:00
parent a7f22619f9
commit e345e29b19
3 changed files with 30 additions and 19 deletions

View file

@ -1,3 +0,0 @@
location / {
proxy_pass https://localhost:631;
}