the great migration from truenas to fedora and all its collatoral
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
All checks were successful
Reese's Arch Toolbox / build-and-push-arch-toolbox (push) Successful in 24m47s
This commit is contained in:
20
podman/graduated/nginx/nginx.conf
Normal file
20
podman/graduated/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