mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
improve docker
This commit is contained in:
@@ -5,8 +5,8 @@ server {
|
||||
root /var/www/html/public;
|
||||
index index.php index.html;
|
||||
|
||||
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 = /favicon.ico {
|
||||
log_not_found off;
|
||||
|
||||
@@ -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