This commit is contained in:
martin 2025-04-02 08:48:45 +02:00
parent 7e62df6ad9
commit 315b7901e0

View File

@ -1,11 +1,11 @@
server {
server_name solver.wehazele.com;
listen 4444 ssl;
error_page 400 401 402 403 404 500 501 502 503 504 /maintenance.html;
location /maintenance.html {
root /var/www/html;
}
listen 44300;
location / {
proxy_pass http://192.168.178.21:8004;
proxy_intercept_errors on;