remove trailing whitespaces

This commit is contained in:
Peter Pfeufer
2021-05-17 09:46:11 +02:00
parent 10bd77d761
commit 8c3df89d52
146 changed files with 2088 additions and 2061 deletions

View File

@@ -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 !

View File

@@ -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 |
+-----------+----------------------------------------+

View File

@@ -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: