172 lines
3.5 KiB
HTML
172 lines
3.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
|
|
<title>Posts :: Rsmsn Blog</title>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="description" content="" />
|
|
<meta name="keywords" content="" />
|
|
|
|
<meta name="robots" content="noodp" />
|
|
|
|
<link rel="canonical" href="https://selfhosted.rsmsn.co/posts/" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://selfhosted.rsmsn.co/styles.css">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="https://selfhosted.rsmsn.co/img/theme-colors/orange.png">
|
|
<link rel="apple-touch-icon" href="https://selfhosted.rsmsn.co/img/theme-colors/orange.png">
|
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary" />
|
|
|
|
|
|
|
|
<meta property="og:locale" content="en" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Posts">
|
|
<meta property="og:description" content="" />
|
|
<meta property="og:url" content="https://selfhosted.rsmsn.co/posts/" />
|
|
<meta property="og:site_name" content="Rsmsn Blog" />
|
|
|
|
|
|
<meta property="og:image" content="img/favicon/%!s().png">
|
|
|
|
|
|
<meta property="og:image:width" content="1200">
|
|
<meta property="og:image:height" content="627">
|
|
|
|
|
|
|
|
|
|
|
|
<link href="../posts/index.xml" rel="alternate" type="application/rss+xml" title="Rsmsn Blog" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</head>
|
|
<body class="">
|
|
|
|
|
|
<div class="container headings--one-size">
|
|
|
|
<header class="header">
|
|
<div class="header__inner">
|
|
<div class="header__logo">
|
|
<a href="https://selfhosted.rsmsn.co/">
|
|
<div class="logo">
|
|
Terminal
|
|
</div>
|
|
</a>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
<div class="content">
|
|
|
|
|
|
<div class="posts">
|
|
|
|
<article class="post on-list">
|
|
<h1 class="post-title">
|
|
<a href="https://selfhosted.rsmsn.co/posts/npm_to_nginx_tutorial/">Tutorial: Move from NginxProxyManager to Nginx</a>
|
|
</h1>
|
|
<div class="post-meta"><time class="post-date">2023-08-05</time></div>
|
|
|
|
|
|
<span class="post-tags">
|
|
|
|
#<a href="https://selfhosted.rsmsn.co/tags/tutorial/">tutorial</a>
|
|
|
|
#<a href="https://selfhosted.rsmsn.co/tags/self-hosted/">self-hosted</a>
|
|
|
|
</span>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="post-content">
|
|
|
|
A Tutorial Repo for migrating your Nginx Proxy Manager proxy setup to Nginx. I wrote this originally for this reddit post and to post this my Github profile. Thought my website would also be a good place to share it for any passers-by.
|
|
Goal To give clear instructions to help users migrate from using Nginx Proxy Manager (NPM) to standard Nginx. This tutorial is not exhaustive and there are many other implementations of this transition.
|
|
|
|
</div>
|
|
|
|
|
|
<div>
|
|
<a class="read-more button" href="../posts/npm_to_nginx_tutorial/"> →</a>
|
|
</div>
|
|
|
|
</article>
|
|
|
|
|
|
<div class="pagination">
|
|
<div class="pagination__buttons">
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<footer class="footer">
|
|
<div class="footer__inner">
|
|
|
|
<div class="copyright">
|
|
<span>© 2023 Powered by <a href="https://gohugo.io">Hugo</a></span>
|
|
|
|
<span>:: <a href="https://github.com/panr/hugo-theme-terminal" target="_blank">Theme</a> made by <a href="https://github.com/panr" target="_blank">panr</a></span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="../bundle.min.js"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|