You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
895 B
28 lines
895 B
server {
|
|
server_name captive.eca.aero
|
|
*.apple.com
|
|
*.gstatic.com
|
|
*.firefox.com
|
|
*.ubuntu.com
|
|
*.google.com
|
|
*.android.com
|
|
*.gnome.org;
|
|
|
|
location / {
|
|
proxy_pass http://pxportal_service:8889/;
|
|
proxy_set_header Host $host;
|
|
proxy_set_header X-Real-Ip $remote_addr;
|
|
proxy_buffering off;
|
|
}
|
|
}
|
|
|
|
#server {
|
|
# listen 80 default_server;
|
|
# server_name _ eca.aero;
|
|
# root /data/webapp/default;
|
|
#}
|
|
|
|
server {
|
|
server_name portal.eca.aero;
|
|
root /data/webapp/portal;
|
|
}
|