Created some empty idea pages. Also finished up a quick-hit post about OpenResty.
This commit is contained in:
@ -3,7 +3,6 @@
|
||||
|
||||
<head><meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<script defer data-domain="selfhosted.rsmsn.co" src="https://analytics.rsmsn.co/js/script.js"></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<meta name="robots" content="index, follow">
|
||||
<title>Posts | Norm-working Packets 💾</title>
|
||||
@ -20,6 +19,8 @@
|
||||
<meta name="theme-color" content="#2e2e33">
|
||||
<meta name="msapplication-TileColor" content="#2e2e33">
|
||||
<link rel="alternate" type="application/rss+xml" href="../../posts/index.xml">
|
||||
<script defer data-domain="selfhosted.rsmsn.co" src="https://analytics.rsmsn.co/js/script.js"></script>
|
||||
|
||||
<noscript>
|
||||
<style>
|
||||
#theme-toggle,
|
||||
@ -106,8 +107,20 @@
|
||||
</header>
|
||||
|
||||
<article class="post-entry">
|
||||
<figure class="entry-cover"><img loading="lazy" src="../../npm_to_nginx.png" alt="NginxProxyManger to Nginx">
|
||||
<figure class="entry-cover"><img loading="lazy" src="../../hugo-nginx-trouble.png" alt="Hugo Logo, Nginx Logo, Tired Face emoji">
|
||||
</figure>
|
||||
<header class="entry-header">
|
||||
<h2>Trouble Hosting Hugo with Nginx
|
||||
</h2>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<p>Intro For the last 3 days, I have been spending a few hours after working trying to figure out why my brand new Hugo site was not loading correctly on my sub-domain. For context, I use Nginx to host all my apps and servers, most of them using reverse proxy protocols such as $proxy_host, $forward_scheme, and $port. There are a few more and I’m happy to share some reverse proxy nginx config files....</p>
|
||||
</div>
|
||||
<footer class="entry-footer"><span title='2023-09-20 11:33:22 -0400 EDT'>September 20, 2023</span> · 5 min · 888 words · Me</footer>
|
||||
<a class="entry-link" aria-label="post link to Trouble Hosting Hugo with Nginx" href="../../posts/hosting_hugo_troubles.html"></a>
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<header class="entry-header">
|
||||
<h2>Tutorial: Move from NginxProxyManager to Nginx
|
||||
</h2>
|
||||
@ -121,8 +134,6 @@ To give clear instructions to help users migrate from using Nginx Proxy Manager
|
||||
</article>
|
||||
|
||||
<article class="post-entry">
|
||||
<figure class="entry-cover"><img loading="lazy" src="../../merged-pr-accepted.png" alt="Git Pull Request with an arrow pointing to a check mark">
|
||||
</figure>
|
||||
<header class="entry-header">
|
||||
<h2>My First Merged PR!
|
||||
</h2>
|
||||
|
||||
Reference in New Issue
Block a user