Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F38000
Server block for login.nasqueron.org
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Jun 2 2016, 05:17
2016-06-02 05:17:28 (UTC+0)
Size
773 B
Referenced Files
None
Subscribers
None
Server block for login.nasqueron.org
View Options
# Force a redirection from http:// to https://
server {
listen 80;
listen [::]:80;
server_name login.nasqueron.org;
include letsencrypt;
return 301 https://$host$request_uri;
}
server {
server_name login.nasqueron.org;
include ssl_params;
ssl_certificate /data/letsencrypt/etc/live/login.nasqueron.org/fullchain.pem;
ssl_certificate_key /data/letsencrypt/etc/live/login.nasqueron.org/privkey.pem;
# Docker container: login
include proxy_params;
location / { proxy_pass http://localhost:25080; }
# 502 error
root /var/wwwroot-502/$server_name;
error_page 502 /502.html;
location /502.html {}
}
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34573
Default Alt Text
Server block for login.nasqueron.org (773 B)
Attached To
Mode
P196 Server block for login.nasqueron.org
Attached
Detach File
Event Timeline
Log In to Comment