mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-18 06:45:04 +01:00
remove trailing whitespaces
This commit is contained in:
@@ -45,7 +45,7 @@ Place your virtual host configuration in the appropriate section within `/etc/ht
|
||||
```
|
||||
<VirtualHost *:80>
|
||||
ServerName auth.example.com
|
||||
|
||||
|
||||
ProxyPassMatch ^/static !
|
||||
ProxyPassMatch ^/robots.txt !
|
||||
|
||||
|
||||
@@ -16,9 +16,9 @@ Nginx is lightweight for a reason. It doesn't try to do everything internally an
|
||||
|
||||
```eval_rst
|
||||
+-----------+----------------------------------------+
|
||||
| Apache | Nginx Replacement |
|
||||
| Apache | Nginx Replacement |
|
||||
+===========+========================================+
|
||||
| mod_php | php5-fpm or php7-fpm (PHP FastCGI) |
|
||||
| mod_php | php5-fpm or php7-fpm (PHP FastCGI) |
|
||||
+-----------+----------------------------------------+
|
||||
| mod_wsgi | Gunicorn or other external WSGI server |
|
||||
+-----------+----------------------------------------+
|
||||
|
||||
@@ -143,7 +143,7 @@ System check identified no issues (0 silenced).
|
||||
|
||||
Make sure you are in your venv!
|
||||
|
||||
First we create a list of all installed packages in your venv. You can use this list later as reference to see what packages should be installed.
|
||||
First we create a list of all installed packages in your venv. You can use this list later as reference to see what packages should be installed.
|
||||
|
||||
```bash
|
||||
pip freeze > requirements.txt
|
||||
@@ -262,7 +262,7 @@ ls /home/allianceserver/venv/auth /home/allianceserver/venv
|
||||
|
||||
If the output shows these two folders you should be safe to proceed:
|
||||
|
||||
- `auth`
|
||||
- `auth`
|
||||
- `auth_old`
|
||||
|
||||
Run these commands to remove your current venv and switch back to the old venv for auth:
|
||||
|
||||
Reference in New Issue
Block a user