mirror of
https://github.com/nokonoko/Uguu.git
synced 2024-01-06 13:35:15 +00:00
Update README.md
This commit is contained in:
parent
92aa72c624
commit
1a56b2f431
@ -126,7 +126,7 @@ Main domain:
|
||||
```
|
||||
server{
|
||||
|
||||
listen 443 ssl;
|
||||
listen 443 ssl http2;
|
||||
server_name www.yourdomain.com yourdomain.com;
|
||||
|
||||
ssl on;
|
||||
@ -157,7 +157,7 @@ server{
|
||||
Subdomain serving files (do not enable PHP here):
|
||||
```
|
||||
server{
|
||||
listen 443 ssl;
|
||||
listen 443 ssl http2;
|
||||
server_name www.subdomain.serveryourfiles.com subdomain.serveryourfiles.com;
|
||||
|
||||
ssl on;
|
||||
|
Loading…
Reference in New Issue
Block a user