This commit is contained in:
Arya Kiran
2023-04-03 19:41:40 +05:30
parent de324606fa
commit 1c2e665e27
2 changed files with 11 additions and 3 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
# Setting up NginX for GotHub
# Setting up NGINX for GotHub
!!! note
NginX does not support automatic certificate generation. You need to use `certbot` to create and maintain the certificates but that is out of scope of this tutorial.
NGINX does not support automatic certificate generation. You need to use `certbot` to create and maintain the certificates but that is out of scope of this tutorial.
After installing NginX, create /etc/nginx/conf.d/gothub.conf with the following contents
After installing NGINX, create /etc/nginx/conf.d/gothub.conf with the following contents
```nginx
server {
+8
View File
@@ -20,3 +20,11 @@ theme:
markdown_extensions:
- admonition
- attr_list
nav:
- index.md
- environment_variables.md
- setup_docker.md
- setup_manual.md
- setup_caddy.md
- setup_nginx.md