moving everything to active or retired vs incubating and graduated
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 14s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 14s
This commit is contained in:
20
active/podman_nginx/nginx.conf
Normal file
20
active/podman_nginx/nginx.conf
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
user nginx;
|
||||
worker_processes auto;
|
||||
|
||||
error_log /var/log/nginx/error.log notice;
|
||||
pid /var/run/nginx.pid;
|
||||
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
|
||||
stream {
|
||||
server {
|
||||
listen 2222;
|
||||
listen [::]:2222;
|
||||
proxy_pass podman.reeselink.com:2222;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user