Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
AlekSIS-Core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AlekSIS®
Official
AlekSIS-Core
Merge requests
!637
[release/2.0] [Docs] Add missing proxy upstream to nginx config
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[release/2.0] [Docs] Add missing proxy upstream to nginx config
bugfix-2.0/docs-nginx-config-upstream
into
release/2.0
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Nik | Klampfradler
requested to merge
bugfix-2.0/docs-nginx-config-upstream
into
release/2.0
3 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Thanks to Felix Schoppe!
0
0
Merge request reports
Compare
release/2.0
version 1
952d2a51
3 years ago
release/2.0 (base)
and
latest version
latest version
952d2a51
1 commit,
3 years ago
version 1
952d2a51
1 commit,
3 years ago
1 file
+
3
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/admin/01_install.rst
+
3
−
0
Options
@@ -163,6 +163,9 @@ First, you should get a TLS certificate, e.g. by using `Let's Encrypt`_.
Then, create a virtual host in nginx, by editing `/etc/nginx/sites-available/aleksis.example.com`.
.. code-block:: nginx
upstream aleksis {
server unix:///run/uwsgi/app/aleksis/socket;
}
server {
listen 80;
Loading