Push 163 file(s) from Obsidian
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
**Проверяем конфиг файл, если его нет создаем:**
|
||||
/etc/apache2/conf-available/remoteip.conf
|
||||
|
||||
```xml
|
||||
<IfModule mod_remoteip.c>
|
||||
RemoteIPHeader X-Forwarded-For
|
||||
RemoteIPTrustedProxy 172.18.0.2
|
||||
</IfModule>
|
||||
```
|
||||
```xml
|
||||
a2enmod remoteip
|
||||
a2enconf remoteip
|
||||
systemctl restart apache2
|
||||
```
|
||||
Reference in New Issue
Block a user