Skip to content

Commit 90c98ac

Browse files
Update README.md
1 parent a156fb4 commit 90c98ac

1 file changed

Lines changed: 2 additions & 17 deletions

File tree

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -285,25 +285,10 @@ If you wish to save only selective files, you may save the following files and f
285285
<a name="9"></a>
286286
## Reverse Proxy
287287

288-
<br>
289-
290-
| ❌ Invalid setup ❌ |
291-
| ----------------------------------------------------- |
292-
|<a href="https://github.com/linkstackorg/linkstack-docker#8"><img src="https://i.imgur.com/QSCDU6w.png"></a>|
293-
294-
<br>
295-
296-
| ⚠️ Incorrect ⚠️ | ✅ Correct ✅ |
297-
| ----------------------------------------------------- | ----------------------------------------------------- |
298-
|<a href="https://github.com/linkstackorg/linkstack-docker#8"><img width="500" src="https://i.imgur.com/3ellGki.png"></a>|<a href="https://github.com/linkstackorg/linkstack-docker#8"><img width="500" src="https://i.imgur.com/EfKRGSJ.png"></a>|
299-
| Invalid header configuration | Valid header configuration |
300-
301-
<br>
302-
303288
### NGINX:
304289

305290
**Below is an example NGINX setup for a reverse proxy.**
306-
<details><pre>
291+
<pre>
307292

308293
server {
309294
listen 443 ssl;
@@ -337,7 +322,7 @@ server {
337322
}
338323
}
339324

340-
</pre></details>
325+
</pre>
341326

342327
<br>
343328
<br>

0 commit comments

Comments
 (0)