mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Update cups.conf
This commit is contained in:
parent
6e4984cdba
commit
73cea8a15c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
server {
|
server {
|
||||||
listen 631;
|
listen 631;
|
||||||
location ~ /cups/(.*) {
|
location /cups/(.*) {
|
||||||
proxy_pass http://127.0.0.1:631/$1;
|
proxy_pass http://127.0.0.1:631/$1;
|
||||||
|
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
Loading…
Reference in a new issue