Anyone know when i go to Defforge.com i always get the NGINX Startpage even i redirected it?
F
Funkel
@Funkel
Posts
-
Always Nginx Startpage -
Curious is there a current updated Discord SSO? [Nevermind updated my old one]@Fl4shBack51 No problem
-
Curious is there a current updated Discord SSO? [Nevermind updated my old one]@Fl4shBack51 Atm i use https://github.com/jsumners/nodebb-plugin-sso-discord-alt and it works.
-
How i force https?How i force https my NGINX
My Nginx settings
server { listen [::]:443 ssl http2; listen 443 ssl http2; listen [::]:80; listen 80; server_name javahub.de; client_max_body_size 50M; # RSA ssl_certificate /etc/letsencrypt/javahub.de/fullchain.pem; ssl_certificate_key /etc/letsencrypt/javahub.de/private.key; # ECDSA ssl_certificate /etc/letsencrypt/javahub.de_ecc/fullchain.pem; ssl_certificate_key /etc/letsencrypt/javahub.de_ecc/private.key; location / { 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; proxy_set_header Host $http_host; proxy_set_header X-NginX-Proxy true; proxy_pass http://127.0.0.1:4567; proxy_redirect off; # Socket.IO Support proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; } }
-
How i can add Multiple Category sections?Hello
Im a newbie with css so i found this code in the NodeBB Forum
ul.categories [data-cid="1"]::before { content: "Neuigkeiten"; background: #1e1f33 url(https://i.imgur.com/liB8eUb.png) no-repeat 10px center; } ul.categories [data-cid="3"]::before { content: "Blocks"; background: #1e1f33 url(https://i.imgur.com/eSUaQuV.png) no-repeat 10px center; } ul.categories [data-cid="1"]::before, ul.categories [data-cid="3"]::before { color: #fff; display: block; position: relative; height: 40px; line-height: 40px; font-size: 15px; border-bottom: 1px #0c2b51 solid; text-align: left; padding-left: 70px; font-style: normal; text-transform: uppercase; margin-bottom: 20px; font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif; border-radius: 5px; margin-left: 10px; }
I am also shown a category above as you can see here
But my question now is how do I get more category sections? In CSS as I see it there are 2 categories defined or do I see it wrong?
can you help me?
MfG Funkel
-
Global Footer HtmlSorry for Double Post but i fixed it by myself
-
Global Footer HtmlLast time i had a Html Widget in Global Footer no its gone how i become it back?
Greetz Funkel