mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-26 05:17:22 +08:00
improve docker
This commit is contained in:
@@ -2,8 +2,8 @@ server {
|
||||
listen 443 ssl http2;
|
||||
server_name ${PHPMYADMIN_SERVER_NAME};
|
||||
|
||||
ssl_certificate /certs/live/fullchain.pem;
|
||||
ssl_certificate_key /certs/live/privkey.pem;
|
||||
ssl_certificate /certs/fullchain.pem;
|
||||
ssl_certificate_key /certs/privkey.pem;
|
||||
|
||||
location / {
|
||||
proxy_pass http://phpmyadmin:80;
|
||||
|
||||
Reference in New Issue
Block a user