Nginx Proxy Manager
|
External IP: 149.202.72.112 via OVH Control Panel (kp93246-ovh)
TailScale IP: 100.100.69.2 via Tailscale Admin Panel (pkswansea@outlook.com)
OVH DNS pknw1.co.uk *.pknw1.co.uk > 149.202.72.112 *.admin.pknw1.co.uk -> 100.100.69.2 |
![]() |
name: core-proxymanager
services:
proxymanager:
image: jc21/nginx-proxy-manager:latest #pknw1/jc21_nginx-proxy-manager:160725 #jc21/nginx-proxy-manager:latest
restart: unless-stopped
ports:
- 149.202.72.112:80:80
- 149.202.72.112:443:443
- 149.202.72.112:25:25
- 149.202.72.112:587:587
- 100.100.69.2:82:81
- 172.22.20.1:81:81
- 172.22.20.1:80:80
volumes:
- ./config/data:/data
- ./config/letsencrypt:/etc/letsencrypt
- ./config/includes:/etc/nginx/conf.d/custom
- ./config/error:/etc/nginx/error
#- ./config/data/nginx/nginx.conf:/etc/nginx/nginx.conf
#- ./config/data/override/conf.d/include:/etc/nginx/conf.d/include
#- ./config/letsencrypt:/etc/letsencrypt
#- /dev/shm/nginx:/var/cache/nginx
container_name: proxymanager
hostname: proxymanager
networks:
- proxy
- admin
- dmz
environment:
- DISABLE_IPV6=True
- X_FRAME_OPTIONS=sameorigin
- IP_RANGES_FETCH_ENABLED=False
- VIRTUAL_HOST=proxymanager.uptime.pknw1.co.uk,proxymanager.admin.pknw1.co.uk
- VIRTUAL_PORT=81
- VIRTUAL_PROTO=http
ulimits:
nofile:
soft: 65535
hard: 65535
healthcheck:
test: ["CMD", "/usr/bin/check-health"]
interval: 60s
timeout: 30s
networks:
admin:
external: true
proxy:
external: true
tailscale:
external: true
dmz:
external: true
q
|
custom error pages custom advanced code snippets |
|
Custom response for HTTP Code |
|
Robots.txt |
|
Catch NastyURIs |
|
Proxy Buffers |
|
BlockAI |
|
URI starstwith action |
|
URI is exactly |
|
Backend response code custom responses |
|
Response search and replace |
|
Add headers to response |
q |
