# Cacher l'ensemble du forum

**URL:** https://meta.discourse.org/t/hiding-the-entire-forum/121074
**Category:** Support
**Created:** [Juin 22, 2019, 4:40 UTC](https://meta.discourse.org/t/hiding-the-entire-forum/121074 "2019-06-22T16:40:03Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![sat](https://avatars.discourse-cdn.com/v4/letter/s/22d042/32.png) [@sat](https://meta.discourse.org/u/sat)
#### Post date: [Juin 22, 2019, 7:13 UTC](https://meta.discourse.org/t/hiding-the-entire-forum/121074/3 "2019-06-22T19:13:45Z")

</div>

Here is solution which I used

> [@How to disable access to anyone not coming from a specific IP address](https://meta.discourse.org/t/how-to-disable-access-to-anyone-not-coming-from-a-specific-ip-address/114907/8):
>
> @pfaffman thank you for the pointers. I fixed it slight_smile Here is solution in case someone needs it. ./launcher enter app from /var/discourse folder Go to '/etc/nginx/ folder and create file ‘whitelist-ip.conf’ add below lines in ‘whitelist-ip.conf’ file allow 192.168.1.1; deny all; open /etc/nginx/conf.d/discourse.conf go to line no 37 see below section, it is for port 443 server { include /etc/nginx/whitelist-ip.conf; } add line ‘include /etc/nginx/whitelist-ip.conf;’ Test Ngin…

---

_[View the full topic](https://meta.discourse.org/t/hiding-the-entire-forum/121074)._
