helpdesk
This commit is contained in:
parent
5f4e0005e4
commit
276b6b58a6
20
ligalytics/proxy/etc/nginx/sites-available/helpdesk.conf
Normal file
20
ligalytics/proxy/etc/nginx/sites-available/helpdesk.conf
Normal file
@ -0,0 +1,20 @@
|
||||
|
||||
server {
|
||||
server_name helpdesk.wehazele.com;
|
||||
listen 443 ssl;
|
||||
client_max_body_size 100M;
|
||||
error_page 400 401 402 403 404 500 501 502 503 504 /maintenance.html;
|
||||
location /maintenance.html {
|
||||
root /var/www/html;
|
||||
}
|
||||
location / {
|
||||
proxy_pass http://192.168.178.21:8000;
|
||||
proxy_intercept_errors on;
|
||||
proxy_set_header HOST helpdesk.wehazele.com;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_connect_timeout 5;
|
||||
proxy_read_timeout 240;
|
||||
#root /var/www/html;
|
||||
#index maintenance.html;
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user