Page Menu
Home
Sealhub
Search
Configure Global Search
Log In
Files
F995909
vhost.conf
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
604 B
Referenced Files
None
Subscribers
None
vhost.conf
View Options
server {
listen <<nginx_http_port>> default_server;
server_name _;
location / {
return 302 https://$host$request_uri;
}
}
server {
listen <<nginx_https_port>> ssl default_server;
server_name _;
ssl_certificate_key /etc/nginx/ssl/local.key;
ssl_certificate /etc/nginx/ssl/local.cert;
location / {
proxy_pass http://app:<<app_port>>;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Dec 24, 01:19 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
556709
Default Alt Text
vhost.conf (604 B)
Attached To
Mode
rST sealious-template
Attached
Detach File
Event Timeline
Log In to Comment