solver interface
This commit is contained in:
parent
56fba3b5d9
commit
86ee0f48d4
21
ligalytics/proxy/etc/nginx/sites-available/solver.conf
Normal file
21
ligalytics/proxy/etc/nginx/sites-available/solver.conf
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
server {
|
||||||
|
server_name 217.91.194.204;
|
||||||
|
error_page 400 401 402 403 404 500 501 502 503 504 /maintenance.html;
|
||||||
|
location /maintenance.html {
|
||||||
|
root /var/www/html;
|
||||||
|
}
|
||||||
|
listen 4444;
|
||||||
|
location / {
|
||||||
|
proxy_pass http://meemaw:8004;
|
||||||
|
proxy_intercept_errors on;
|
||||||
|
proxy_set_header HOST 217.91.194.204;
|
||||||
|
proxy_set_header X-Real-IP $remote_addr;
|
||||||
|
proxy_connect_timeout 5;
|
||||||
|
proxy_read_timeout 240;
|
||||||
|
#root /var/www/html;
|
||||||
|
#index maintenance.html;
|
||||||
|
}
|
||||||
|
# ssl_certificate /etc/letsencrypt/live/club.ligalytics.com/fullchain.pem; # managed by Certbot
|
||||||
|
# ssl_certificate_key /etc/letsencrypt/live/club.ligalytics.com/privkey.pem; # managed by Certbot
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user